定时任务屏蔽rmi远程调用

This commit is contained in:
RuoYi
2021-06-15 10:26:02 +08:00
parent 200106df39
commit 7ab14ff293
3 changed files with 18 additions and 3 deletions

View File

@ -140,7 +140,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</foreach>
</update>
<update id="updateDeptStatusNormal" parameterType="Long">
<update id="updateDeptStatusNormal" parameterType="Long">
update sys_dept set status = '0' where dept_id in
<foreach collection="array" item="deptId" open="(" separator="," close=")">
#{deptId}