|
@ -73,6 +73,6 @@ public class CustomerGridServiceImpl extends BaseServiceImpl<CustomerGridDao, Cu |
|
|
*/ |
|
|
*/ |
|
|
@Override |
|
|
@Override |
|
|
public List<CustomerStaffGridDTO> getCustomerStaffGridList(String customerId) { |
|
|
public List<CustomerStaffGridDTO> getCustomerStaffGridList(String customerId) { |
|
|
return customerGridDao.getCustomerStaffGridList(customerId); |
|
|
return baseDao.getCustomerStaffGridList(customerId); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|