材料站结算班组项目部修改

This commit is contained in:
bonus 2025-10-14 22:00:41 +08:00
parent e1c5771475
commit 49241d48e3
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
left join bm_unit bu on bai.unit_id = bu.unit_id
WHERE
bu.unit_name IS NOT NULL
AND bai.project_id = #{proId}
AND bai.project_id = #{proId} and bu.type_id = 1731
GROUP BY
bu.unit_id
</select>