Browse Source

1.查询政府端人员角色列表sql调整,暂时去掉org_type过滤条件

dev_shibei_match
wxz 5 years ago
parent
commit
71ba7a523e
  1. 2
      epmet-user/epmet-user-server/src/main/resources/mapper/GovStaffRoleDao.xml

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

@ -38,7 +38,7 @@
where where
DEL_FLAG = '0' DEL_FLAG = '0'
AND CUSTOMER_ID = #{customerId} AND CUSTOMER_ID = #{customerId}
AND ORG_TYPE = 'agency' -- AND ORG_TYPE = 'agency'
ORDER BY SORT ASC ORDER BY SORT ASC
</select> </select>

Loading…
Cancel
Save