代码提交

This commit is contained in:
liang.chao 2025-09-05 09:33:45 +08:00
parent 98ba908bf8
commit 8e1aa0be95
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 from bm_project bp
left join sys_dept sd on bp.imp_unit = sd.dept_id left join sys_dept sd on bp.imp_unit = sd.dept_id
where bp.external_id is not null where bp.external_id is not null
<if test="deptName != null and deptName != ''">
and sd.dept_name = #{deptName}
</if>
GROUP BY bp.imp_unit GROUP BY bp.imp_unit
</select> </select>
<select id="getCompletionNotRefundedDetails" resultType="com.bonus.material.push.domain.MachineInfoBean"> <select id="getCompletionNotRefundedDetails" resultType="com.bonus.material.push.domain.MachineInfoBean">