Commit 3e703a3a authored by 温志超's avatar 温志超

更改查询BUG

parent 440b25d6
...@@ -287,8 +287,8 @@ ...@@ -287,8 +287,8 @@
</if> </if>
<if test="lineName != null and lineName !=''">and item.line_name = #{lineName} </if> <if test="lineName != null and lineName !=''">and item.line_name = #{lineName} </if>
<if test="lineName != null and lineName !=''">and item.line_name = #{lineName} </if> <if test="orderSerial != null and orderSerial !=''">and pw.order_serial = #{orderSerial} </if>
<if test="lineName != null and lineName !=''">and item.line_name = #{lineName} </if> <if test="taskBatch != null and taskBatch !=''">and SUBSTRING_INDEX(task.task_batch, '-', -1) = #{taskBatch} </if>
</where> </where>
GROUP BY GROUP BY
pw.workorder_id, pw.workorder_id,
......
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