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