|  | @ -142,6 +142,8 @@ public class DailyReportUploadPoint extends EnvelopRestEndpoint {
 | 
												
													
														
															|  |                                    @RequestParam(value = "doctorId", required = true) String doctorId,
 |  |                                    @RequestParam(value = "doctorId", required = true) String doctorId,
 | 
												
													
														
															|  |                                    @ApiParam(name = "reportID", value = "reportID")
 |  |                                    @ApiParam(name = "reportID", value = "reportID")
 | 
												
													
														
															|  |                                    @RequestParam(value = "reportID", required = true) String reportID,
 |  |                                    @RequestParam(value = "reportID", required = true) String reportID,
 | 
												
													
														
															|  | 
 |  |                                    @ApiParam(name = "leaderComment", value = "leaderComment")
 | 
												
													
														
															|  | 
 |  |                                    @RequestParam(value = "leaderComment", required = false) String leaderComment,
 | 
												
													
														
															|  |                                    @ApiParam(name = "jsonData", value = "事项信息实体")
 |  |                                    @ApiParam(name = "jsonData", value = "事项信息实体")
 | 
												
													
														
															|  |                                    @RequestParam(value = "jsonData", required = false) String jsonData) {
 |  |                                    @RequestParam(value = "jsonData", required = false) String jsonData) {
 | 
												
													
														
															|  |         try {
 |  |         try {
 | 
												
											
												
													
														
															|  | @ -149,7 +151,7 @@ public class DailyReportUploadPoint extends EnvelopRestEndpoint {
 | 
												
													
														
															|  |             if (StringUtils.isNoneBlank(jsonData)){
 |  |             if (StringUtils.isNoneBlank(jsonData)){
 | 
												
													
														
															|  |                 healthUploadDOs = JSONArray.parseArray(jsonData,BaseDailyReportDetailDO.class);
 |  |                 healthUploadDOs = JSONArray.parseArray(jsonData,BaseDailyReportDetailDO.class);
 | 
												
													
														
															|  |             }
 |  |             }
 | 
												
													
														
															|  |             BaseDailyReportUploadDO dailyReport = dailyReportUploadService.verifiedItem(doctorId,reportID,healthUploadDOs);
 |  | 
 | 
												
													
														
															|  | 
 |  |             BaseDailyReportUploadDO dailyReport = dailyReportUploadService.verifiedItem(doctorId,reportID,healthUploadDOs,leaderComment);
 | 
												
													
														
															|  |             return success(dailyReport);
 |  |             return success(dailyReport);
 | 
												
													
														
															|  |         } catch (Exception e) {
 |  |         } catch (Exception e) {
 | 
												
													
														
															|  |             return failedObjEnvelopException(e);
 |  |             return failedObjEnvelopException(e);
 |