优化企标制修订立项计划流程模板下载的企标类别排序问题
This commit is contained in:
@@ -651,6 +651,6 @@
|
|||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="selectByDicId" resultType="java.lang.String">
|
<select id="selectByDicId" resultType="java.lang.String">
|
||||||
select DIC_TYPE_NAME from ts_dictype where dic_id = #{dicId}
|
select DIC_TYPE_NAME from ts_dictype where dic_id = #{dicId} order by DIC_TYPE_NAME asc
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
|
|||||||
Reference in New Issue
Block a user