瀏覽代碼

修改打码查询货品逻辑

xuezizhuo 1 年之前
父節點
當前提交
2bb688d716
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      zkqy-custom-business/src/main/resources/mapper/business/ProductCodeListMapper.xml

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

@@ -261,7 +261,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
           AND p.del_flag = '0'
           AND sc.del_flag = '0'
             and ml.del_flag = '0'
-            and sp.status = '6'
+            and sp.status in ('4','6')
         <if test="machineTool != null"> and sp.production_line_no = #{machineTool}</if>
     </select>