Browse Source

type

master
yinzuomei 4 years ago
parent
commit
f339dd6bd9
  1. 3
      epmet-user/epmet-user-server/src/main/resources/mapper/IcUserChangeRecordDao.xml

3
epmet-user/epmet-user-server/src/main/resources/mapper/IcUserChangeRecordDao.xml

@ -43,6 +43,9 @@
on(d.IC_USER_CHANGE_RECORD_ID=r.id and r.DEL_FLAG='0')
where d.DEL_FLAG='0'
and d.FIELD_NAME=#{categoryKey}
<if test="type != null and type !=''">
and d.type=#{type}
</if>
<if test="orgType != null and orgType !=''">
<if test="orgType == 'agency'">
and (d.AGENCY_ID=#{orgId} or d.pids like concat('%',#{orgId},'%'))

Loading…
Cancel
Save