Browse Source

社会组织下拉框

dev_shibei_match
yinzuomei 4 years ago
parent
commit
417cf42ecf
  1. 4
      epmet-module/epmet-heart/epmet-heart-server/src/main/resources/mapper/IcSocietyOrgDao.xml

4
epmet-module/epmet-heart/epmet-heart-server/src/main/resources/mapper/IcSocietyOrgDao.xml

@ -48,8 +48,8 @@
<select id="selectListByAgencyId" parameterType="map" resultType="com.epmet.dto.result.demand.OptionDTO">
<foreach collection="agencyIds" item="agencyId" separator=" UNION ">
SELECT
id as label,
society_name as `value`
id as `value`,
society_name as label
FROM
ic_society_org
WHERE

Loading…
Cancel
Save