@@ -466,6 +466,7 @@
</if>
and a.delete_sign=0 and a.status=0
and a.bname like concat('%',#{businessName},'%')
+ order by CONVERT(bname USING gbk) COLLATE gbk_chinese_ci;
</select>