ソースを参照

草稿bug修改

wkyy 3 年 前
コミット
bcb2ced464

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