Browse Source

项目列表修改

anderx 1 year ago
parent
commit
4aa765db98
1 changed files with 1 additions and 1 deletions
  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>