新增销售订单时默认销售状态为执行中
This commit is contained in:
@@ -99,7 +99,12 @@ public class ErpFactoryServiceImpl implements ErpFactoryService {
|
||||
throw exception(ERP_FACTORY_NOT_ALLOW_UPDATE);
|
||||
}
|
||||
//不允许修改除了绑定工厂名称、绑定工厂编码和操作以外的信息
|
||||
erpFactoryMapper.updateById(updateObj);
|
||||
ErpFactoryDO erpFactoryDO = new ErpFactoryDO();
|
||||
erpFactoryDO.setId(updateObj.getId());
|
||||
erpFactoryDO.setRelnumber(updateObj.getRelnumber());
|
||||
erpFactoryDO.setRelnumber(updateObj.getRelnumber());
|
||||
erpFactoryDO.setOperationType(updateObj.getOperationType());
|
||||
erpFactoryMapper.updateById(erpFactoryDO);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user