fix: 80392 企标制修订流程(主起草人汇总) --业务基本数据--缺少编制说明字段

This commit is contained in:
2024-01-09 18:07:56 +08:00
parent 06f4c21a12
commit 49ffaac190
3 changed files with 9 additions and 0 deletions
@@ -283,6 +283,12 @@ public class ProcessEsRevision implements Serializable {
@ApiModelProperty(value = "意见列表")
private List<EsRevisionAdvice> advices;
/**
* 编制说明
*/
@ApiModelProperty(value = "编制说明")
private String compIllustration;
public void setOtherDrafterUploadFileJson(String otherDrafterUploadFileJson) {
this.otherDrafterUploadFileJson = otherDrafterUploadFileJson;
}
@@ -91,6 +91,7 @@ public class ProcessESRevisionEndListener implements ExecutionListener {
}
}
variables.put(FieldCommon.STANDARD_STATE, StandardStateEnum.RELEASE.getStateValue());
variables.put(FieldCommon.COMP_ILLUSTRATION, data.getCompIllustration());
variables.put(FieldCommon.MODULE, TableNameEnum.ENTERPRISE_STANDARDS.getValue());
String standardId = IdWorker.getIdStr();
variables.put(FieldCommon.ID, standardId);
@@ -184,6 +184,8 @@ public class FieldCommon {
public static final String ASSOCIATED_FILE = "associated_file";
// 标准状态
public static final String STANDARD_STATE = "standard_state";
// 编制说明
public static final String COMP_ILLUSTRATION = "comp_illustration";
// 标准等级分类
public static final String GRADE_CLASSIFICATION = "grade_classification";
// 标准英文名称