给采购、零售、销售单据增加强审核的过滤逻辑

This commit is contained in:
季圣华
2023-03-17 23:21:27 +08:00
parent 9659837933
commit 548e31a7e2
4 changed files with 23 additions and 15 deletions

View File

@@ -93,6 +93,7 @@ public interface DepotItemMapperEx {
@Param("creatorArray") String[] creatorArray,
@Param("organArray") String [] organArray,
@Param("depotList") List<Long> depotList,
@Param("forceFlag") Boolean forceFlag,
@Param("sumType") String sumType);
BigDecimal buyOrSalePrice(
@@ -104,6 +105,7 @@ public interface DepotItemMapperEx {
@Param("creatorArray") String[] creatorArray,
@Param("organArray") String [] organArray,
@Param("depotList") List<Long> depotList,
@Param("forceFlag") Boolean forceFlag,
@Param("sumType") String sumType);
BigDecimal inOrOutPrice(