Compare commits
2 Commits
5f5944b15f
...
a1143656c2
Author | SHA1 | Date |
---|---|---|
小小张 | a1143656c2 | |
小小张 | 03e595c92b |
|
@ -14,7 +14,7 @@
|
|||
FROM
|
||||
eb_shipping_templates_free
|
||||
where
|
||||
temp_id = #{tempId, jdbcType=INTEGER} AND `status` = true
|
||||
temp_id = #{tempId, jdbcType=INTEGER}
|
||||
GROUP BY
|
||||
`uniqid`
|
||||
ORDER BY id ASC
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
FROM
|
||||
eb_shipping_templates_no_delivery
|
||||
where
|
||||
temp_id = #{tempId, jdbcType=INTEGER} AND `status` = true
|
||||
temp_id = #{tempId, jdbcType=INTEGER}
|
||||
GROUP BY
|
||||
`uniqid`
|
||||
ORDER BY id ASC
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
FROM
|
||||
eb_shipping_templates_region
|
||||
where
|
||||
temp_id = #{tempId, jdbcType=INTEGER} AND `status` = true
|
||||
temp_id = #{tempId, jdbcType=INTEGER}
|
||||
GROUP BY
|
||||
`uniqid`
|
||||
ORDER BY id ASC
|
||||
|
|
Loading…
Reference in New Issue