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