台账关联班组

This commit is contained in:
hongchao 2025-10-10 20:59:30 +08:00
parent b252062602
commit aa2eccd23c
1 changed files with 3 additions and 0 deletions

View File

@ -2440,6 +2440,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="subUnitName != null and subUnitName != ''">
AND '分包直领' like concat('%',#{subUnitName},'%')
</if>
<if test="teamName != null and teamName != ''">
AND bu.unit_name LIKE CONCAT('%', #{teamName}, '%')
</if>
GROUP BY
mt.type_id,
bp.pro_id