Compare commits

..

No commits in common. "e5792c3e27e0ac8c0496dfde26632c65ec95a4dd" and "ce1c35d31cd5157972693c21e5e2b91384d5b0cb" have entirely different histories.

1 changed files with 0 additions and 3 deletions

View File

@ -270,9 +270,6 @@ 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">