瀏覽代碼

项目列表修改

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>