|
@@ -446,7 +446,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="taskNodeKey != null and taskNodeKey != ''"> and task_node_key = #{taskNodeKey}</if>
|
|
<if test="taskNodeKey != null and taskNodeKey != ''"> and task_node_key = #{taskNodeKey}</if>
|
|
<if test="processKey != null and processKey != ''"> and process_key = #{processKey}</if>
|
|
<if test="processKey != null and processKey != ''"> and process_key = #{processKey}</if>
|
|
<if test="status != null and status != ''"> and sp.status = #{status}</if>
|
|
<if test="status != null and status != ''"> and sp.status = #{status}</if>
|
|
- <if test="productionLineNo != null and productionLineNo != ''"> AND sp.production_line_no=#{productionLineNo}</if>
|
|
|
|
|
|
+<!-- <if test="productionLineNo != null and productionLineNo != ''"> AND sp.production_line_no=#{productionLineNo}</if>-->
|
|
<if test="sliceType != null and sliceType != ''"> and slice_type = #{sliceType}</if>
|
|
<if test="sliceType != null and sliceType != ''"> and slice_type = #{sliceType}</if>
|
|
<if test="colourNumber != null and colourNumber != ''"> and colour_number = #{colourNumber}</if>
|
|
<if test="colourNumber != null and colourNumber != ''"> and colour_number = #{colourNumber}</if>
|
|
<if test="lotNumber != null and lotNumber != ''"> and lot_number = #{lotNumber}</if>
|
|
<if test="lotNumber != null and lotNumber != ''"> and lot_number = #{lotNumber}</if>
|