bug修改
This commit is contained in:
parent
6e1986cdb7
commit
cf11a49017
@ -10,6 +10,7 @@
|
||||
<if test="enterpriseId!=null and enterpriseId!=''">
|
||||
and enterprise_id=#{enterpriseId}
|
||||
</if>
|
||||
and person_type=1
|
||||
group by team_id
|
||||
) b ON a.id=b.team_id
|
||||
WHERE a.project_sn=#{projectSn}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user