Merge remote-tracking branch 'origin/dev_20230216' into dev_20230216
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user