浏览代码

Merge branch 'develop' of gitadmin/tuoheng_freeway into release

tags/v1.2.0^2
chengwang 1年前
父节点
当前提交
359dd8ec6f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/service/third/airport/PointFlightService.java

+ 1
- 0
tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/service/third/airport/PointFlightService.java 查看文件

@@ -124,6 +124,7 @@ public class PointFlightService {
inspection.setTenantId(user.getTenantId());
String code = DateUtils.generateCode("XJRW");
inspection.setCode(code);
inspection.setDeptId(user.getDeptId());
inspection.setName("应急任务"+code);
inspection.setType(2);
inspection.setStatus(TaskStatusEnum.INFLIGHT.getCode());

正在加载...
取消
保存