Commit 132eadaf by hzc

bug修复

parent 8aa8d18b
......@@ -7,11 +7,11 @@
from data_enter_task_ind_val_tmp
where ind_id in
<foreach collection="indIds" item="indId" open="(" close=")" separator=",">
{indId}
#{indId}
</foreach>
and obj_id in
<foreach collection="objIds" item="objId" open="(" close=")" separator=",">
{objId}
#{objId}
</foreach>
and value_time = #{valueTime}
</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