优化单据显示,自适应
This commit is contained in:
@@ -126,4 +126,11 @@ public interface DepotHeadMapperEx {
|
||||
List<DepotHead> getDepotHeadListByHandsPersonIds(@Param("handsPersonIds") String[] handsPersonIds);
|
||||
|
||||
List<DepotHead> getDepotHeadListByDepotIds(@Param("depotIds") String[] depotIds);
|
||||
|
||||
BigDecimal getBuyAndSaleStatistics(
|
||||
@Param("type") String type,
|
||||
@Param("subType") String subType,
|
||||
@Param("hasSupplier") Integer hasSupplier,
|
||||
@Param("beginTime") String beginTime,
|
||||
@Param("endTime") String endTime);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user