解决库存状态统计的bug

This commit is contained in:
季圣华
2020-02-19 17:11:51 +08:00
parent d23f1f4117
commit e1e133d9fd
5 changed files with 6 additions and 48 deletions

View File

@@ -117,8 +117,6 @@ 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,