请问大神们我这个mybatis有啥问题?debugger
sql吧
全部回复
仅看楼主
level 1
<select id = "getStaffldlList" resultType=" java.lang.String">
select staff id from
enginepro_ db.tech_ position where dr=0 and id in
<foreach
collection="noticeList" item="id"open="(" close=")" separator=",">
#(id)
</foreach>
</select>
2023年11月09日 13点11分 1
level 1
图片少了</select>,mapper@Parma已经加上了
2023年11月09日 13点11分 2
level 1
打错了,应该是<select id = "getStaffldlList" resultType=" java.lang.String">
2023年11月09日 13点11分 3
1