fix(87608): 解读流程结束,关键控制器和备注没有回显
This commit is contained in:
+1
@@ -261,6 +261,7 @@ public class StandardInterpretFlowServiceImpl implements StandardInterpretFlowSe
|
||||
LawsDocumentSplit lawsDocumentSplit = new LawsDocumentSplit();
|
||||
// 属性拷贝
|
||||
BeanUtils.copyProperties(standardInterpretClauseSublist, lawsDocumentSplit);
|
||||
lawsDocumentSplit.setRemarkss(standardInterpretClauseSublist.getRemarks());
|
||||
lawsDocumentSplit.setItemNum(null);
|
||||
lawsDocumentSplit.setItemTitle(null);
|
||||
lawsDocumentSplit.setItemContent(null);
|
||||
|
||||
+1
-1
@@ -49,7 +49,7 @@ public class FlowImportExcel {
|
||||
@ApiModelProperty(value = "涉及系统/部件)")
|
||||
@Excel(name = "涉及系统/部件", width = 15)
|
||||
private String partName;
|
||||
/**涉及系统/部件)*/
|
||||
/**关键控制器*/
|
||||
@ApiModelProperty(value = "关键控制器)")
|
||||
@Excel(name = "关键控制器", width = 15)
|
||||
private String keyController;
|
||||
|
||||
+4
-1
@@ -1,8 +1,8 @@
|
||||
package com.jero.modules.laws.documenttool.entity;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import io.swagger.annotations.*;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
import lombok.experimental.Accessors;
|
||||
@@ -48,6 +48,9 @@ public class LawsDocumentSplit extends BaseEntity {
|
||||
// 涉及系统/部件
|
||||
@ApiModelProperty("涉及系统/部件")
|
||||
private String partName;
|
||||
/**涉及系统/部件)*/
|
||||
@ApiModelProperty(value = "关键控制器)")
|
||||
private String keyController;
|
||||
// 适用零部件
|
||||
@ApiModelProperty("适用零部件")
|
||||
private String applicableComponents;
|
||||
|
||||
Reference in New Issue
Block a user