Skip to content

POST /dm-store/stock/statistics/queryPartList

Content-Type: application/json

触发按钮:stockqueryPartListAjax

入参

出参

传递对象:ResultData

前端校验规则

后端逻辑

业务流程:汇总近一年五类库存金额 -> 校验是否存在统计结果 -> 按月份拼装物料趋势后返回
├── 汇总五类统计:StockValueStatisticsServiceImpl.queryList :530
├── 查询在线库存金额:StockValueStatisticsMapper.onLineList :244
├── 查询在库好品金额:StockValueStatisticsMapper.inStockCountGoodList :263
├── 查询入库金额:StockValueStatisticsMapper.storeInNumberList :282
├── 查询出库金额:StockValueStatisticsMapper.storeOutNumberList :301
└── 查询坏品金额:StockValueStatisticsMapper.inStockCountBad :320

后端校验规则

涉及数据库表