OMS-GW-企业单位

This commit is contained in:
zhaoqing
2026-05-07 15:25:23 +08:00
parent 71defc2e0b
commit da20e2a616
4 changed files with 163 additions and 1 deletions
@@ -36,4 +36,11 @@
ORDER BY create_time DESC
</select>
<update id="deleteByIds">
UPDATE erp_enterprise_unit set del_flag = 0 where id IN
<foreach collection="idList" item="id" open="(" separator="," close=")">
#{id}
</foreach>
</update>
</mapper>