|
@@ -24,7 +24,7 @@ public interface BaseNoticeMapper extends BaseMapper<BaseNotice> {
|
|
|
" on b.demand_id = r.ref_id " +
|
|
|
" left join pm_demand p on b.demand_id = p.demand_id " +
|
|
|
" where b.demand_id != -1 and ( #{isAdmin} " +
|
|
|
- " or if(#{roleFlay},(r.dept_id = #{deptId} and r.ref_type = 1), p.purchase_dept_id = #{deptId} ) " +
|
|
|
+ " or if(#{roleFlay},(r.dept_id = #{deptId} and r.ref_type = 2), p.purchase_dept_id = #{deptId} ) " +
|
|
|
" )" +
|
|
|
" and (#{noticeName} is null or b.name like concat('%',#{noticeName},'%')) " +
|
|
|
" and (#{type} is null or b.type = #{type}) " +
|