解决首页销售额统计的bug

This commit is contained in:
季圣华
2020-01-15 00:13:19 +08:00
parent 6465b9662d
commit 69aaa15b6b
4 changed files with 39 additions and 2 deletions

View File

@@ -125,4 +125,11 @@ public interface DepotHeadMapperEx {
@Param("hasSupplier") Integer hasSupplier,
@Param("beginTime") String beginTime,
@Param("endTime") String endTime);
BigDecimal getBuyAndSaleRetailStatistics(
@Param("type") String type,
@Param("subType") String subType,
@Param("hasSupplier") Integer hasSupplier,
@Param("beginTime") String beginTime,
@Param("endTime") String endTime);
}