给采购、零售、销售单据增加强审核的过滤逻辑
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user