Browse Source

Merge branch 'dev_bugfix_ljj' into dev

dev_shibei_match
zhaoqifeng 4 years ago
parent
commit
a87ba81c5c
  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 @Override
public List<String> getDelGridList(String customerId) { public List<String> getDelGridList(String customerId) {
return null; return customerGridDao.getDelGridList(customerId);
} }
/** /**

Loading…
Cancel
Save