Browse Source

/tag/page-list返回agencyName,pid

dev
yinzuomei 2 years ago
parent
commit
98a2863949
  1. 4
      epmet-module/gov-voice/gov-voice-server/src/main/resources/mapper/TagScopeDao.xml

4
epmet-module/gov-voice/gov-voice-server/src/main/resources/mapper/TagScopeDao.xml

@ -26,7 +26,9 @@
<select id="selectScope" parameterType="java.lang.String" resultType="com.epmet.dto.TagScopeDTO">
select ts.TAG_ID,
ts.AGENCY_ID,
ts.ORG_ID_PATH
ts.ORG_ID_PATH,
ts.AGENCY_NAME,
TS.PID
from tag_scope ts
where ts.del_flag='0'
and ts.TAG_ID=#{tagId}

Loading…
Cancel
Save