update
This commit is contained in:
parent
b60a69e08e
commit
d36d19c789
|
@ -20,8 +20,8 @@ public class ReviewWorkReportStateRequest {
|
||||||
@ApiModelProperty(value = "评议时间")
|
@ApiModelProperty(value = "评议时间")
|
||||||
private String reviewWorkAt;
|
private String reviewWorkAt;
|
||||||
|
|
||||||
// @ApiModelProperty(value = "评议方案附件")
|
@ApiModelProperty(value = "评议方案附件")
|
||||||
// private List<CheckAttachment> reportAttachmentList;
|
private List<CheckAttachment> reportAttachmentList;
|
||||||
// /**
|
// /**
|
||||||
// * 上报评议部门时间
|
// * 上报评议部门时间
|
||||||
// */
|
// */
|
||||||
|
|
|
@ -299,11 +299,11 @@ public class ReviewWorkService extends BaseService<ReviewWorkMapper, ReviewWork>
|
||||||
saveOrUpdate(reviewWork);
|
saveOrUpdate(reviewWork);
|
||||||
|
|
||||||
|
|
||||||
// saveReviewWorkAttachment(reviewWork.getId(),
|
saveReviewWorkAttachment(reviewWork.getId(),
|
||||||
// reviewWorkReportStateRequest.getReportAttachmentList().stream().map(CheckAttachment::getCheckAttachmentName).collect(Collectors.toList()).toString(),
|
reviewWorkReportStateRequest.getReportAttachmentList().stream().map(CheckAttachment::getCheckAttachmentName).collect(Collectors.toList()).toString(),
|
||||||
// reviewWorkReportStateRequest.getReportAttachmentList().stream().map(CheckAttachment::getCheckAttachmentPath).collect(Collectors.toList()).toString(), loginUser, ReviewWork.STATE_REPORT,
|
reviewWorkReportStateRequest.getReportAttachmentList().stream().map(CheckAttachment::getCheckAttachmentPath).collect(Collectors.toList()).toString(), loginUser, ReviewWork.STATE_REPORT,
|
||||||
// reviewWorkReportStateRequest.getReportAttachmentList().stream().map(CheckAttachment::getCheckAttachmentConferenceId).collect(Collectors.toList()).toString(),
|
reviewWorkReportStateRequest.getReportAttachmentList().stream().map(CheckAttachment::getCheckAttachmentConferenceId).collect(Collectors.toList()).toString(),
|
||||||
// reviewWorkReportStateRequest.getReportAttachmentList().stream().map(CheckAttachment::getCheckAttachmentConferenceName).collect(Collectors.toList()).toString());
|
reviewWorkReportStateRequest.getReportAttachmentList().stream().map(CheckAttachment::getCheckAttachmentConferenceName).collect(Collectors.toList()).toString());
|
||||||
|
|
||||||
|
|
||||||
return reviewWork;
|
return reviewWork;
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue