Przeglądaj źródła

feat:修改查询所有的产品信息

hmc 1 rok temu
rodzic
commit
02418c976a

+ 1 - 1
zkqy-custom-business/src/main/resources/mapper/business/SaleProductsMapper.xml

@@ -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="processKey != null  and processKey != ''"> and process_key = #{processKey}</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="colourNumber != null  and colourNumber != ''"> and colour_number = #{colourNumber}</if>
         <if test="lotNumber != null  and lotNumber != ''"> and lot_number = #{lotNumber}</if>