Compare commits

...

2 Commits

Author SHA1 Message Date
liang.chao e5792c3e27 Merge remote-tracking branch 'origin/master' 2025-09-05 09:33:58 +08:00
liang.chao 8e1aa0be95 代码提交 2025-09-05 09:33:45 +08:00
1 changed files with 3 additions and 0 deletions

View File

@ -270,6 +270,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
from bm_project bp
left join sys_dept sd on bp.imp_unit = sd.dept_id
where bp.external_id is not null
<if test="deptName != null and deptName != ''">
and sd.dept_name = #{deptName}
</if>
GROUP BY bp.imp_unit
</select>
<select id="getCompletionNotRefundedDetails" resultType="com.bonus.material.push.domain.MachineInfoBean">