Browse Source

项目信息上报,和查询 补

dev_shibei_match
liushaowen 5 years ago
parent
commit
b99b803b9d
  1. 2
      epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenProjectDataDao.xml

2
epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenProjectDataDao.xml

@ -31,8 +31,6 @@
<select id="selectIdsByAreaCode" resultType="java.lang.String">
select agency_id as id from screen_customer_agency where del_flag = '0' and area_code like concat(#{areaCode},'%')
union all
select dept_id as id from screen_customer_dept where del_flag = '0' and area_code like concat(#{areaCode},'%')
union all
select grid_id as id from screen_customer_grid where del_flag = '0' and area_code like concat(#{areaCode},'%')
</select>
<!-- 项目详情 -->

Loading…
Cancel
Save