|
@@ -97,7 +97,7 @@ public class BusinessOutApiController {
|
|
throw new Exception("休假状态无法出差");
|
|
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<>();
|
|
Map<String, Object> map = new HashMap<>();
|