Преглед на файлове

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

hmc преди 1 година
родител
ревизия
02418c976a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      zkqy-custom-business/src/main/resources/mapper/business/SaleProductsMapper.xml

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