|
|
@@ -472,6 +472,7 @@ public class SaleServiceImpl implements SaleService{
|
|
|
sale.setSa_sendstatuscode(Status.TURNOUT.name());
|
|
|
//更新存在字段
|
|
|
saleMapper.updateByPrimaryKeySelective(sale);
|
|
|
+ prodInOutMapper.updatePiTotal(pi_id);
|
|
|
prodIODetailMapper.updatePDSaleOut(pi_id);
|
|
|
//日志记录
|
|
|
DocBaseDTO baseDTO = new DocBaseDTO(pi_id, pi_inoutno, BillCodeSeq.SALEOUT.getName());
|