瀏覽代碼

feat:已打印未打印bug

lucky 2 月之前
父節點
當前提交
7efbb60520
共有 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

@@ -200,7 +200,7 @@
         left join {DBNAME}.warehouse wh on
         pcl.warehouseregion_id=wh.id
         where
-        pcl.other_states = 0
+        pcl.other_states = #{otherStates}
         and parent.id is null
         and pcl.parent_code is not null
         and pcl.del_flag = '0'