派单任务
This commit is contained in:
parent
4f43975e73
commit
07c74e14d8
|
|
@ -216,9 +216,9 @@
|
||||||
AND t1.task_id = #{query.taskId}
|
AND t1.task_id = #{query.taskId}
|
||||||
</if>
|
</if>
|
||||||
|
|
||||||
<if test="query.nos != null and query.nos.size > 0">
|
<if test="query.terminalNos != null and query.terminalNos.size > 0">
|
||||||
AND t1.terminal_no in
|
AND t1.terminal_no in
|
||||||
<foreach collection="query.nos" item="no" open="(" separator="," close=")">
|
<foreach collection="query.terminalNos" item="no" open="(" separator="," close=")">
|
||||||
#{no}
|
#{no}
|
||||||
</foreach>
|
</foreach>
|
||||||
</if>
|
</if>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue