@@ -76,6 +76,7 @@
<if test="fUbankname != null and fUbankname != ''">and f_ubankname like concat('%', #{fUbankname}, '%')
</if>
<if test="fStatus != null and fStatus != ''">and f_status = #{fStatus}</if>
+ ORDER BY CONVERT(f_name USING gbk)
</where>
</select>
@@ -34,6 +34,7 @@
<if test="fCurrency != null and fCurrency != ''">and f_currency like concat('%', #{fCurrency}, '%')</if>
<select id="selectTFeesById" parameterType="Long" resultMap="TFeesResult">