소스 검색

草稿bug修改

wkyy 3 년 전
부모
커밋
bcb2ced464
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/src/main/java/com/jpsoft/shinestar/modules/mobile/controller/BusinessOutApiController.java

+ 1 - 1
web/src/main/java/com/jpsoft/shinestar/modules/mobile/controller/BusinessOutApiController.java

@@ -97,7 +97,7 @@ public class BusinessOutApiController {
                 throw new Exception("休假状态无法出差");
             }
 
-            String id = businessOutService.submitBusiness(personPopedom,type,destination,startTime,endTime,days,estimatedTime,content,formId,draft,ids);
+            String id = businessOutService.submitBusiness(personPopedom,type,destination,startTime,endTime,days,estimatedTime,content,formId,ids,draft);
 
 
             Map<String, Object> map = new HashMap<>();