@@ -6,7 +6,7 @@ spring:
basename: i18n/messages
profiles:
active: @activatedEnv@
-# active: druid-prod
+# active: druid-dev
# 文件上传
servlet:
multipart:
@@ -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>