提交 a2321467 authored 作者: 000516's avatar 000516

SQL报错,修改

上级 ab189fd7
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
</select> </select>
<select id="selectTodayCount" resultMap="SimResultMap"> <select id="selectTodayCount" resultMap="SimResultMap">
select id,clock_in_time, plan_status select id,clock_in_time, plan_status from activity_plan_info
where id in where id in
<foreach collection="planIds" item="item" index="index" open="(" close=")" separator=","> <foreach collection="planIds" item="item" index="index" open="(" close=")" separator=",">
#{item} #{item}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论