소스 검색

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'