|
@@ -12,6 +12,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="content" column="content" />
|
|
|
<result property="investigateName" column="investigate_name" />
|
|
|
<result property="endTime" column="end_time" />
|
|
|
+ <result property="cipher" column="cipher" />
|
|
|
|
|
|
</resultMap>
|
|
|
|
|
@@ -28,7 +29,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
t.content,
|
|
|
it.investigate_name,
|
|
|
it.end_time,
|
|
|
- it.create_time
|
|
|
+ it.create_time,
|
|
|
+ it.cipher
|
|
|
FROM
|
|
|
investigate_disposition_table t
|
|
|
left join investigate_table it on it.investigate_table_id = t.investigate_table_id
|