|
|
@@ -224,7 +224,7 @@
|
|
|
from project_task a
|
|
|
left join sys_user c on a.aid=c.user_id
|
|
|
left join sys_dept d on c.dept_id=d.dept_id
|
|
|
- where project_status > 0
|
|
|
+ where project_status >= 0
|
|
|
<if test="roleType ==0">
|
|
|
and (a.aid =#{uid} or a.id in (select pid from project_staff where aid= #{uid}))
|
|
|
</if>
|