bug修改

This commit is contained in:
GUO 2024-04-24 01:49:42 +08:00
parent 6e1986cdb7
commit cf11a49017

View File

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