uniapp接口更新-移动储位
parent
db337bf7dd
commit
4d81a04c98
|
@ -1293,8 +1293,8 @@ public class WmInQmIController extends BaseController {
|
||||||
D0.setErrorMsg("已经上架,不能重复上架");
|
D0.setErrorMsg("已经上架,不能重复上架");
|
||||||
return new ResponseEntity(D0, HttpStatus.OK);
|
return new ResponseEntity(D0, HttpStatus.OK);
|
||||||
}
|
}
|
||||||
wmInQmIEntity.setBinSta("Y");
|
// wmInQmIEntity.setBinSta("Y");
|
||||||
systemService.updateEntitie(wmInQmIEntity);
|
// systemService.updateEntitie(wmInQmIEntity);
|
||||||
}else{
|
}else{
|
||||||
D0.setOK(false);
|
D0.setOK(false);
|
||||||
D0.setErrorMsg("验收任务已经删除,不能上架");
|
D0.setErrorMsg("验收任务已经删除,不能上架");
|
||||||
|
|
Loading…
Reference in New Issue