|
|
@@ -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>
|