|
|
@ -777,10 +777,7 @@ public class AcsToWmsServiceImpl implements AcsToWmsService { |
|
|
|
processTracking.setProcess_location(baseRequest.getDevice_code()); |
|
|
|
processTracking.setRecord_time(DateUtil.now()); |
|
|
|
processTrackingService.create(processTracking); |
|
|
|
// update: 点位解锁
|
|
|
|
SchBasePoint paramobj = new SchBasePoint(); |
|
|
|
paramobj.setIng_task_code(""); |
|
|
|
pointService.update(paramobj, new LambdaQueryWrapper<SchBasePoint>().eq(SchBasePoint::getPoint_code, basePoint.getPoint_code())); |
|
|
|
// delete: 点位解锁
|
|
|
|
return ApplyTaskResponse.responseOk(baseRequest.getRequestNo(), "扫码成功申请"); |
|
|
|
} |
|
|
|
|
|
|
@ -983,7 +980,7 @@ public class AcsToWmsServiceImpl implements AcsToWmsService { |
|
|
|
PointUtils.setUpdateByAcs(schBasePoint); |
|
|
|
pointService.updateById(schBasePoint); |
|
|
|
// hint: 特殊处理
|
|
|
|
// specialOperation(schBasePoint);
|
|
|
|
specialOperation(schBasePoint); |
|
|
|
log.info("点位" + schBasePoint.getPoint_code() + "更新之后:{}", schBasePoint); |
|
|
|
} |
|
|
|
} finally { |
|
|
@ -1008,7 +1005,7 @@ public class AcsToWmsServiceImpl implements AcsToWmsService { |
|
|
|
PointUtils.setUpdateByAcs(endPointObj); |
|
|
|
pointService.update(endPointObj, new LambdaQueryWrapper<SchBasePoint>() |
|
|
|
.eq(SchBasePoint::getPoint_code, "RYK01")); |
|
|
|
log.info("入窑口02引发入窑口01点位更新解锁!"); |
|
|
|
log.info("入窑口02引发入窑口01点位更新解锁!时间:{}", DateUtil.now()); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|