mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-25 21:45:08 +08:00
update 运营商改为逻辑删除
This commit is contained in:
@@ -280,14 +280,15 @@
|
||||
</update>
|
||||
|
||||
<delete id="deletePileMerchantInfoById" parameterType="Long">
|
||||
delete
|
||||
from pile_merchant_info
|
||||
update pile_merchant_info
|
||||
set del_flag = '1'
|
||||
where id = #{id}
|
||||
</delete>
|
||||
|
||||
<delete id="deletePileMerchantInfoByIds" parameterType="String">
|
||||
delete
|
||||
from pile_merchant_info where id in
|
||||
update pile_merchant_info
|
||||
set del_flag = '1'
|
||||
where id in
|
||||
<foreach item="id" collection="array" open="(" separator="," close=")">
|
||||
#{id}
|
||||
</foreach>
|
||||
|
||||
Reference in New Issue
Block a user