Browse Source

产品数据上报接口

项目信息上报接口 - 同步已删除的数据
ftature/screen
liuchuang 4 years ago
parent
commit
cb6334a952
  1. 3
      esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/screen/ScreenProjectDataDao.xml

3
esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/screen/ScreenProjectDataDao.xml

@ -59,8 +59,7 @@
when 0 then 60
when 2 then 100
else 80 end as satisfactionScore
from (select * from(select * from esua_epdc_events.epdc_item where DEL_FLAG = '0'
and GRID_ID not in ( SELECT t.`dept_id`
from (select * from(select * from esua_epdc_events.epdc_item where GRID_ID not in ( SELECT t.`dept_id`
FROM `esua_epdc_admin`.`sys_dept_config` t
WHERE t.`del_flag`= 0)
order by ID)a group by a.EVENT_ID) t1

Loading…
Cancel
Save