|
@ -96,7 +96,7 @@ |
|
|
<if test='type != null and type != "" and type != "0" '> |
|
|
<if test='type != null and type != "" and type != "0" '> |
|
|
AND b.type =#{type} |
|
|
AND b.type =#{type} |
|
|
</if> |
|
|
</if> |
|
|
ORDER BY a.pids ASC, b.created_time DESC |
|
|
ORDER BY a.pids ASC, b.created_time DESC, a.`NAME` ASC |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<select id="getComparisonList" resultType="com.epmet.entity.IcResiComparisonRecordEntity"> |
|
|
<select id="getComparisonList" resultType="com.epmet.entity.IcResiComparisonRecordEntity"> |
|
|