代码提交
This commit is contained in:
parent
98ba908bf8
commit
8e1aa0be95
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue