Browse Source

bug修改

dev_shibei_match
sunyuchao 4 years ago
parent
commit
1abf21dd9d
  1. 2
      epmet-user/epmet-user-server/src/main/resources/mapper/StaffPatrolRecordDao.xml

2
epmet-user/epmet-user-server/src/main/resources/mapper/StaffPatrolRecordDao.xml

@ -91,7 +91,7 @@
WHERE
spr.del_flag = '0'
<if test='orgType != "" and orgType != null and "agency" == orgType'>
AND spr.agency_id = #{orgId}
AND spr.grid_pids LIKE CONCAT('%', #{orgId}, '%')
</if>
<if test='orgType != "" and orgType != null and "grid" == orgType'>
AND spr.grid = #{orgId}

Loading…
Cancel
Save