盘点出入库判断
This commit is contained in:
parent
7691a967b4
commit
5eab49b844
|
|
@ -75,7 +75,7 @@ public class TbConCheckServiceImpl implements TbConCheckService {
|
|||
}
|
||||
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.setBizName("盘点出库");
|
||||
flow.setBizType("-");
|
||||
|
|
|
|||
Loading…
Reference in New Issue