fix: 80392 企标制修订流程(主起草人汇总) --业务基本数据--缺少编制说明字段
This commit is contained in:
+6
@@ -283,6 +283,12 @@ public class ProcessEsRevision implements Serializable {
|
|||||||
@ApiModelProperty(value = "意见列表")
|
@ApiModelProperty(value = "意见列表")
|
||||||
private List<EsRevisionAdvice> advices;
|
private List<EsRevisionAdvice> advices;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 编制说明
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "编制说明")
|
||||||
|
private String compIllustration;
|
||||||
|
|
||||||
public void setOtherDrafterUploadFileJson(String otherDrafterUploadFileJson) {
|
public void setOtherDrafterUploadFileJson(String otherDrafterUploadFileJson) {
|
||||||
this.otherDrafterUploadFileJson = otherDrafterUploadFileJson;
|
this.otherDrafterUploadFileJson = otherDrafterUploadFileJson;
|
||||||
}
|
}
|
||||||
|
|||||||
+1
@@ -91,6 +91,7 @@ public class ProcessESRevisionEndListener implements ExecutionListener {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
variables.put(FieldCommon.STANDARD_STATE, StandardStateEnum.RELEASE.getStateValue());
|
variables.put(FieldCommon.STANDARD_STATE, StandardStateEnum.RELEASE.getStateValue());
|
||||||
|
variables.put(FieldCommon.COMP_ILLUSTRATION, data.getCompIllustration());
|
||||||
variables.put(FieldCommon.MODULE, TableNameEnum.ENTERPRISE_STANDARDS.getValue());
|
variables.put(FieldCommon.MODULE, TableNameEnum.ENTERPRISE_STANDARDS.getValue());
|
||||||
String standardId = IdWorker.getIdStr();
|
String standardId = IdWorker.getIdStr();
|
||||||
variables.put(FieldCommon.ID, standardId);
|
variables.put(FieldCommon.ID, standardId);
|
||||||
|
|||||||
@@ -184,6 +184,8 @@ public class FieldCommon {
|
|||||||
public static final String ASSOCIATED_FILE = "associated_file";
|
public static final String ASSOCIATED_FILE = "associated_file";
|
||||||
// 标准状态
|
// 标准状态
|
||||||
public static final String STANDARD_STATE = "standard_state";
|
public static final String STANDARD_STATE = "standard_state";
|
||||||
|
// 编制说明
|
||||||
|
public static final String COMP_ILLUSTRATION = "comp_illustration";
|
||||||
// 标准等级分类
|
// 标准等级分类
|
||||||
public static final String GRADE_CLASSIFICATION = "grade_classification";
|
public static final String GRADE_CLASSIFICATION = "grade_classification";
|
||||||
// 标准英文名称
|
// 标准英文名称
|
||||||
|
|||||||
Reference in New Issue
Block a user