This commit is contained in:
psh
2024-06-21 10:32:14 +08:00
parent d5956ada3e
commit 7733485ea2

View File

@@ -102,6 +102,7 @@ public class GHCQLTask extends AbstractTask {
SchBasePoint schBasePoint=pointService.getById(task.getPoint_code2().substring(0, task.getPoint_code2().length() - 1));
schBasePoint.setPoint_status(PointStatusEnum.EMPTY_POINT.getCode());
pointService.update(schBasePoint);
return;
}
// 设置起点并修改创建成功状态
task.setPoint_code1(point.getPoint_code());