Browse Source

del_flag='0'

dev_shibei_match
yinzuomei 5 years ago
parent
commit
318ecb2e18
  1. 5
      epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenCustomerAgencyDao.xml

5
epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/evaluationindex/screen/ScreenCustomerAgencyDao.xml

@ -410,10 +410,13 @@
(
select m.PARENT_AREA_CODE from screen_customer_agency m
where m.AGENCY_ID=#{agencyId}
and m.DEL_FLAG = '0'
)
and sca.DEL_FLAG = '0'
</select>
<select id="selectAgencyId" resultType="java.lang.String">
select sca.AGENCY_ID from screen_customer_agency sca
where sca.AREA_CODE= #{areaCode}
where sca.DEL_FLAG = '0'
and sca.AREA_CODE= #{areaCode}
</select>
</mapper>

Loading…
Cancel
Save