解决不同商品的批号重复导致采购价获取错误的bug

This commit is contained in:
jishenghua
2024-04-07 15:20:57 +08:00
parent fc2125ae2c
commit 9e173e39b1
3 changed files with 6 additions and 3 deletions

View File

@@ -234,6 +234,7 @@ public interface DepotItemMapperEx {
@Param("batchNumber") String batchNumber);
List<DepotItem> getDepotItemByBatchNumber(
@Param("materialExtendId") Long materialExtendId,
@Param("batchNumber") String batchNumber);
List<MaterialVo4Unit> getBillItemByParam(