Compare commits

...

2 Commits

3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
FROM
eb_shipping_templates_free
where
temp_id = #{tempId, jdbcType=INTEGER}
temp_id = #{tempId, jdbcType=INTEGER} AND `status` = true
GROUP BY
`uniqid`
ORDER BY id ASC

View File

@ -14,7 +14,7 @@
FROM
eb_shipping_templates_no_delivery
where
temp_id = #{tempId, jdbcType=INTEGER}
temp_id = #{tempId, jdbcType=INTEGER} AND `status` = true
GROUP BY
`uniqid`
ORDER BY id ASC

View File

@ -14,7 +14,7 @@
FROM
eb_shipping_templates_region
where
temp_id = #{tempId, jdbcType=INTEGER}
temp_id = #{tempId, jdbcType=INTEGER} AND `status` = true
GROUP BY
`uniqid`
ORDER BY id ASC