瀏覽代碼

统一修改检查表排序字段

wuhonghao 4 年之前
父節點
當前提交
93ea59b9d2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      railway-business/src/main/resources/mapper/catenary/BusJcbFdfxjyqMapper.xml

+ 1 - 1
railway-business/src/main/resources/mapper/catenary/BusJcbFdfxjyqMapper.xml

@@ -731,7 +731,7 @@
       </if>
     </where>
     <if test="orderBy!=null and orderBy!=''">
-      order by a.${orderBy}
+      order by t.${orderBy}
     </if>
     <if test="isAsc!=null and isAsc!=''">
       <if test="isAsc == '1'.toString()">