批量入库 失败的数据 不打印
This commit is contained in:
@@ -163,6 +163,9 @@ public class ConsStockFlowServiceImpl extends ServiceImpl<ConsStockFlowMapper, C
|
||||
BigDecimal totalInOutNumber = BigDecimal.ZERO;
|
||||
BigDecimal totalAmount = BigDecimal.ZERO;
|
||||
for (ConsInOutStockBodyParam cons : param.getBodyList()) {
|
||||
if (cons.getConId() == null) {
|
||||
continue;
|
||||
}
|
||||
StockPrintDTO.InStockItem item = new StockPrintDTO.InStockItem();
|
||||
item.setConsName(cons.getConName());
|
||||
item.setUnit(cons.getUnitName());
|
||||
|
||||
Reference in New Issue
Block a user