派单任务

This commit is contained in:
Chujinwang 2024-07-19 15:17:06 +08:00
parent 4f43975e73
commit 07c74e14d8
1 changed files with 2 additions and 2 deletions

View File

@ -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>