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