소스 검색

首页修改

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}

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1 - 1
src/main/webapp/WEB-INF/views/portal/index.html