Compare commits
No commits in common. "a1143656c2bda78e2d489bb60cf1a3a60d66bb31" and "5f5944b15f551883c0d258167962ff0147a05217" have entirely different histories.
a1143656c2
...
5f5944b15f
|
@ -14,7 +14,7 @@
|
||||||
FROM
|
FROM
|
||||||
eb_shipping_templates_free
|
eb_shipping_templates_free
|
||||||
where
|
where
|
||||||
temp_id = #{tempId, jdbcType=INTEGER}
|
temp_id = #{tempId, jdbcType=INTEGER} AND `status` = true
|
||||||
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}
|
temp_id = #{tempId, jdbcType=INTEGER} AND `status` = true
|
||||||
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}
|
temp_id = #{tempId, jdbcType=INTEGER} AND `status` = true
|
||||||
GROUP BY
|
GROUP BY
|
||||||
`uniqid`
|
`uniqid`
|
||||||
ORDER BY id ASC
|
ORDER BY id ASC
|
||||||
|
|
Loading…
Reference in New Issue