Browse Source

Merge branch 'dev'

master
sunyuchao 4 years ago
parent
commit
c3c2c31ef9
  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