后台--运费模板:配送区域修改
parent
a1143656c2
commit
872ce8baf0
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue