anderx 1 год назад
Родитель
Сommit
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>