fix
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user