OMS-GW-企业国别
This commit is contained in:
@@ -23,4 +23,11 @@
|
||||
ORDER BY CREATE_TIME DESC
|
||||
</select>
|
||||
|
||||
<update id="deleteByIds">
|
||||
UPDATE ERP_COUNTRY SET DEL_FLAG = 0 WHERE ID IN
|
||||
<foreach collection="idList" item="id" open="(" separator="," close=")">
|
||||
#{id}
|
||||
</foreach>
|
||||
</update>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user