Browse Source

议题统计修改

dev_shibei_match
zhaoqifeng 4 years ago
parent
commit
15b162c8c5
  1. 2
      epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/org/impl/CustomerGridServiceImpl.java

2
epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/org/impl/CustomerGridServiceImpl.java

@ -95,7 +95,7 @@ public class CustomerGridServiceImpl extends BaseServiceImpl<CustomerGridDao, Cu
*/
@Override
public List<String> getDelGridList(String customerId) {
return null;
return customerGridDao.getDelGridList(customerId);
}
/**

Loading…
Cancel
Save