修改新增岗位问题,修改上传附件问题

This commit is contained in:
sh
2025-12-03 15:35:58 +08:00
parent d7e92d9b59
commit 5f76945039
3 changed files with 9 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
where
<if test="longs != null and longs.size() > 0">
bussinessid in (
<foreach collection="longs" item="oldId" open="(" close=")" separator=",">
<foreach collection="longs" item="oldId" separator=",">
#{oldId}
</foreach>
)