Commit 132eadaf by hzc

bug修复

parent 8aa8d18b
...@@ -7,11 +7,11 @@ ...@@ -7,11 +7,11 @@
from data_enter_task_ind_val_tmp from data_enter_task_ind_val_tmp
where ind_id in where ind_id in
<foreach collection="indIds" item="indId" open="(" close=")" separator=","> <foreach collection="indIds" item="indId" open="(" close=")" separator=",">
{indId} #{indId}
</foreach> </foreach>
and obj_id in and obj_id in
<foreach collection="objIds" item="objId" open="(" close=")" separator=","> <foreach collection="objIds" item="objId" open="(" close=")" separator=",">
{objId} #{objId}
</foreach> </foreach>
and value_time = #{valueTime} and value_time = #{valueTime}
</select> </select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment