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