OMS-GW-企业单位
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user