解决零售单据没有赋值采购价的bug

This commit is contained in:
季圣华
2022-10-07 19:13:22 +08:00
parent 3cb57ada36
commit 9be10625a9
3 changed files with 21 additions and 9 deletions

View File

@@ -183,4 +183,7 @@ public interface DepotItemMapperEx {
Long getCountByMaterialAndBatchNumber(
@Param("meId") Long meId,
@Param("batchNumber") String batchNumber);
List<DepotItem> getDepotItemByBatchNumber(
@Param("batchNumber") String batchNumber);
}