liliang4869 7 年 前
コミット
3d860612b9
共有2 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 1 1
      src/main/java/com/goafanti/common/mapper/JtBusinessProjectMapper.xml
  2. 1 1
      src/main/webapp/WEB-INF/views/portal/index.html

+ 1 - 1
src/main/java/com/goafanti/common/mapper/JtBusinessProjectMapper.xml

@@ -676,7 +676,7 @@
   <if test="orderType!=null and orderType==2">
   order by dct.dealCount
   </if>
-  <if test="orderSort!=null and orderSort=0">
+  <if test="orderSort!=null and orderSort==0">
    desc</if>
   	<if test="page_sql!=null">
 		${page_sql}

File diff suppressed because it is too large
+ 1 - 1
src/main/webapp/WEB-INF/views/portal/index.html