优化单据显示,自适应
This commit is contained in:
@@ -631,4 +631,8 @@ public class DepotHeadService {
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
public BigDecimal getBuyAndSaleStatistics(String type, String subType, Integer hasSupplier, String beginTime, String endTime) {
|
||||
return depotHeadMapperEx.getBuyAndSaleStatistics(type, subType, hasSupplier, beginTime, endTime);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user