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

pull/16/head
小小张 2023-05-25 18:17:16 +08:00
parent 39d922eb1b
commit 03e595c92b
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} AND `status` = true
temp_id = #{tempId, jdbcType=INTEGER}
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} AND `status` = true
temp_id = #{tempId, jdbcType=INTEGER}
GROUP BY
`uniqid`
ORDER BY id ASC

View File

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