浏览代码

添加客户查询条件排列方式

阿伏兔 4 年之前
父节点
当前提交
deace00ba3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ruoyi-warehouse/src/main/resources/mapper/basicData/TCorpsMapper.xml

+ 1 - 0
ruoyi-warehouse/src/main/resources/mapper/basicData/TCorpsMapper.xml

@@ -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">