fix: 反收卷下卷异常

This commit is contained in:
2025-07-08 18:29:05 +08:00
parent 39d780ad5c
commit 8243742007

View File

@@ -630,7 +630,7 @@ public class SlitterServiceImpl implements SlitterService {
// 如果没有下一组的分切计划,就只做下卷任务(判断下单/下双)
// 获取分切对接位没任务的空位置
List<BstIvtCutpointivt> emptyPoints = slitterMapper.getEmptyCutPointNotTask(area,
device.getSort_seq(),
actualDevice.getSort_seq(),
getPointLocationInCutDevice(getNumberByResourceCode(actualDeviceCode), area));
if (emptyPoints.size() == 0) {
log.error("分切机【" + device.getExt_code() + "】对应的对接位有货, 或已存在任务!");