liliang4869 vor 7 Jahren
Ursprung
Commit
3d860612b9

+ 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}

Datei-Diff unterdrückt, da er zu groß ist
+ 1 - 1
src/main/webapp/WEB-INF/views/portal/index.html