OMS-GW-企业国别

This commit is contained in:
zhaoqing
2026-05-07 17:44:07 +08:00
parent afdea9dbf1
commit 0c2dff7faf
4 changed files with 75 additions and 5 deletions
@@ -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>