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

pull/16/head
小小张 2023-05-25 18:21:08 +08:00
parent a1143656c2
commit 872ce8baf0
2 changed files with 2 additions and 2 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` = 1
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` = 1
GROUP BY
`uniqid`
ORDER BY id ASC