@@ -28,6 +28,9 @@ public class JcebRecordVo implements Serializable {
@ApiModelProperty(value = "检测表类型")
private String jcebType;
+ @ApiModelProperty(value = "检测表类型")
+ private String jcebTypeText;
+
@ApiModelProperty(value = "记录人/操作人")
private String operator;
@@ -572,6 +572,7 @@
<result column="check_date" property="operationDate"/>
<result column="check_user" property="operator"/>
<result column="jcebType" property="jcebType"/>
+ <result column="jcebTypeText" property="jcebTypeText"/>
</resultMap>
<select id="getListByType" resultMap="JcabResultMap">
@@ -539,6 +539,7 @@
@@ -766,6 +766,7 @@
@@ -1035,6 +1035,7 @@
@@ -708,6 +708,7 @@
@@ -685,6 +685,7 @@
@@ -408,6 +408,7 @@
<result column="operation_date" property="operationDate"/>
<result column="operator" property="operator"/>
<select id="getListByType" resultMap="JcebResultMap">
@@ -412,6 +412,7 @@
@@ -336,6 +336,7 @@
@@ -302,6 +302,7 @@
@@ -345,6 +345,7 @@
@@ -382,6 +382,7 @@
@@ -369,6 +369,7 @@