|
@@ -907,7 +907,7 @@
|
|
|
</select>
|
|
</select>
|
|
|
|
|
|
|
|
<!-- 根据项目标签名称查出拥有该标签的项目 -->
|
|
<!-- 根据项目标签名称查出拥有该标签的项目 -->
|
|
|
- <select id="getProjectByTag" resultType="com.goafanti.common.model.JtBusinessProject">
|
|
|
|
|
|
|
+ <select id="getProjectByTag" resultMap="BaseResultMap">
|
|
|
select p.* from jt_tag t
|
|
select p.* from jt_tag t
|
|
|
inner join jt_business_project_tag pt on t.id = pt.tag_id
|
|
inner join jt_business_project_tag pt on t.id = pt.tag_id
|
|
|
inner join jt_business_project p on pt.project_id = p.id
|
|
inner join jt_business_project p on pt.project_id = p.id
|