Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
GYJ 2024-11-09 11:26:29 +08:00
commit c06b922ed3
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ public class TbConCheckServiceImpl implements TbConCheckService {
} }
TbConsInfoFlow flow=new TbConsInfoFlow(); TbConsInfoFlow flow=new TbConsInfoFlow();
if(consInfo.getStockNumber().compareTo(resources.getStockNumber())>=0){ if((consInfo.getStockNumber().subtract(consInfo.getStockConsume())).compareTo(resources.getStockNumber())>=0){
flow.setBizCode("checkStockOut"); flow.setBizCode("checkStockOut");
flow.setBizName("盘点出库"); flow.setBizName("盘点出库");
flow.setBizType("-"); flow.setBizType("-");