Compare commits
2 Commits
347ec849ae
...
7632c63185
| Author | SHA1 | Date | |
|---|---|---|---|
| 7632c63185 | |||
| f8b2d2458c |
@@ -367,11 +367,6 @@ public class WmsFurnacePlanServiceImpl implements IWmsFurnacePlanService {
|
||||
throw new ServiceException("逻辑库位不存在");
|
||||
}
|
||||
|
||||
WmsWarehouse updateWarehouse = new WmsWarehouse();
|
||||
updateWarehouse.setWarehouseId(warehouseId);
|
||||
updateWarehouse.setIsEnabled(0);
|
||||
warehouseMapper.updateById(updateWarehouse);
|
||||
|
||||
// wmsfurnace_plan_coil也要插入这个去向的逻辑库区
|
||||
WmsFurnacePlanCoil wmsFurnacePlanCoil = planCoilMapper.selectOne(Wrappers.<WmsFurnacePlanCoil>lambdaQuery()
|
||||
.eq(WmsFurnacePlanCoil::getPlanId, planId)
|
||||
|
||||
Reference in New Issue
Block a user