fix:修改木盘绑定提示
This commit is contained in:
@@ -984,7 +984,7 @@ public class AcsToWmsServiceImpl implements AcsToWmsService {
|
||||
.eq(PdmBdWorkorder::getPoint_code, parentPointCode)
|
||||
.eq(PdmBdWorkorder::getWorkorder_status, WorkOrderStatusEnum.PRODUCING.getCode())
|
||||
.eq(PdmBdWorkorder::getIs_delete, false));
|
||||
if (ObjectUtil.isEmpty(workOrder)) {
|
||||
if (ObjectUtil.isEmpty(basePoint)) {
|
||||
return BaseResponse.responseError(requestNo, "工单不存在!");
|
||||
}
|
||||
// 获取原材料物料
|
||||
|
||||
Reference in New Issue
Block a user