Commit 693d1e79 authored by 高滢's avatar 高滢

排序

parent 962af034
......@@ -69,7 +69,7 @@ public class TTestPlanRecord{
*/
@ApiModelProperty("检测机构名称")
@TableField(exist = false)
private String testOrganizationName;
private String deptName;
/**
* 关联的检验项目逗号分隔id
......
......@@ -13,7 +13,7 @@
<result property="testResult" column="test_result" jdbcType="VARCHAR"/>
<result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
<result property="testOrganizationId" column="test_organization_id" jdbcType="BIGINT"/>
<result property="testOrganizationName" column="dept_name" jdbcType="VARCHAR"/>
<result property="deptName" column="dept_name" jdbcType="VARCHAR"/>
<result property="inspectionItem" column="inspection_item" jdbcType="VARCHAR"/>
<result property="useCaseNo" column="use_case_no" jdbcType="INTEGER"/>
<result property="inspectionStandardId" column="inspection_standard_id" jdbcType="BIGINT"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment