优化企标制修订立项计划流程模板下载的企标类别排序问题

This commit is contained in:
SUNJIABIN
2023-05-16 13:50:34 +08:00
parent c649f1f208
commit 6c1801d71f
@@ -651,6 +651,6 @@
</select>
<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>
</mapper>