瀏覽代碼

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());

Loading…
取消
儲存