|
@ -23,7 +23,7 @@ |
|
|
ic.del_flag = '0' |
|
|
ic.del_flag = '0' |
|
|
AND ic.issue_id = #{issueId} |
|
|
AND ic.issue_id = #{issueId} |
|
|
ORDER BY |
|
|
ORDER BY |
|
|
ip.sort ASC |
|
|
ip.idd ASC |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<select id="selectProjectCategoryList" resultType="com.epmet.dto.result.ProjectCategoryTagResultDTO"> |
|
|
<select id="selectProjectCategoryList" resultType="com.epmet.dto.result.ProjectCategoryTagResultDTO"> |
|
@ -43,7 +43,7 @@ |
|
|
</foreach> |
|
|
</foreach> |
|
|
</if> |
|
|
</if> |
|
|
ORDER BY |
|
|
ORDER BY |
|
|
ip.sort ASC |
|
|
ip.id ASC |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<select id="selectCategoryByIssue" resultType="com.epmet.dto.IssueCategoryDTO"> |
|
|
<select id="selectCategoryByIssue" resultType="com.epmet.dto.IssueCategoryDTO"> |
|
|