@@ -121,6 +121,7 @@
<if test="registerdAddress != null and registerdAddress != ''"> and registerd_address = #{registerdAddress}</if>
<if test="manageScope != null and manageScope != ''"> and manage_scope = #{manageScope}</if>
</where>
+ ORDER BY CONVERT(f_name USING gbk) asc
</select>
<select id="selectTCorpsById" parameterType="Long" resultMap="TCorpsResult">