后台--运费模板:配送区域修改

pull/2/head
小小张 2023-05-25 18:08:07 +08:00
parent 51581f66a6
commit dc4c7504a7
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