This commit is contained in:
zt
2025-05-12 09:43:54 +08:00
parent f04d495a9c
commit 88cd11228b
12 changed files with 354 additions and 5 deletions

View File

@ -97,7 +97,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
project_status
FROM zbf_project zp
where zp.id in (select zpsa.project_id from zbf_project_subcontracting_apply zpsa
where zpsa.fbs_user_id = #{dto.fbsUserId} and zpsa.apply_status !='3')
where zpsa.fbs_user_id = #{dto.fbsUserId}
and zpsa.apply_status in ('0','1')
)
order by zp.id desc
</select>