|
@@ -13,20 +13,19 @@
|
|
<result column="maintain_user_id" property="maintainUserId" />
|
|
<result column="maintain_user_id" property="maintainUserId" />
|
|
<result column="maintain_user_name" property="maintainUserName" />
|
|
<result column="maintain_user_name" property="maintainUserName" />
|
|
<result column="indate" property="indate" />
|
|
<result column="indate" property="indate" />
|
|
- <result column="is_maintain" property="isMaintain" />
|
|
|
|
<result column="file_size" property="fileSize" />
|
|
<result column="file_size" property="fileSize" />
|
|
<result column="project_id" property="projectId" />
|
|
<result column="project_id" property="projectId" />
|
|
</resultMap>
|
|
</resultMap>
|
|
|
|
|
|
<!-- 通用查询结果列 -->
|
|
<!-- 通用查询结果列 -->
|
|
<sql id="Base_Column_List">
|
|
<sql id="Base_Column_List">
|
|
- id, mould_id, maintain_type, ways, file_name, file_url, maintain_user_id, maintain_user_name, indate, is_maintain, file_size, project_id
|
|
|
|
|
|
+ id, mould_id, maintain_type, ways, file_name, file_url, maintain_user_id, maintain_user_name, indate, file_size, project_id
|
|
</sql>
|
|
</sql>
|
|
|
|
|
|
<select id="selectListByProject" resultMap="BaseResultMap">
|
|
<select id="selectListByProject" resultMap="BaseResultMap">
|
|
select
|
|
select
|
|
id, mould_id, maintain_type, ways, file_name, file_url,
|
|
id, mould_id, maintain_type, ways, file_name, file_url,
|
|
- maintain_user_id, maintain_user_name, indate, is_maintain, file_size, project_id
|
|
|
|
|
|
+ maintain_user_id, maintain_user_name, indate, file_size, project_id
|
|
from
|
|
from
|
|
tb_mould_maintain
|
|
tb_mould_maintain
|
|
<where>
|
|
<where>
|