This commit is contained in:
hongchao 2025-09-27 20:40:58 +08:00
commit d053295eee
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
LEFT JOIN bm_unit bu ON bai.unit_id = bu.unit_id
WHERE
bai.status = '1'
AND bu.type_id in (32, 36)
AND bu.type_id = 36
AND bai.project_id = #{proId}
</select>