소스 검색

问题修改

xiaochen 2 년 전
부모
커밋
1792aa0cd9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapper/WarehousingMapper.xml

+ 1 - 1
src/main/resources/mapper/WarehousingMapper.xml

@@ -379,7 +379,7 @@
         <if test="warehouseWhere != null and warehouseWhere != ''">
             and b.warehouse_where = #{warehouseWhere}
         </if>) as inventoryCount,
-        (select count(*) from tld_warehousing_virtual where supp_id = #{suppId} and serial = #{unique} and produc_batch =
+        (select count(*) from tld_warehousing_virtual where supp_id = #{suppId} and serial = #{unique} and wllb_code =
         #{wllbCode} and produc_date = #{producDate}) as virtualCount
         from dual
     </select>