소스 검색

项目列表修改

anderx 1 년 전
부모
커밋
4aa765db98
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/goafanti/common/mapper/UserMidMapper.xml

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

@@ -748,7 +748,7 @@
     left join admin p1 on a.salesman_id=p1.id left join department p2 on p1.department_id=p2.id
     </if>
     where a.process_status >6 and a.delete_sign in (0,2)
-       <include refid="selectStatisticsOrderProjectSql"/>
+    <include refid="selectStatisticsOrderProjectSql"/>
     <if test="page_sql!=null">
       ${page_sql}
     </if>