|
@ -146,6 +146,7 @@ public class CustomerGridServiceImpl extends BaseServiceImpl<CustomerGridDao, Cu |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
public Result<CustomerGridDTO> getCustomerGridByGridId(CustomerGridFormDTO formDTO) { |
|
|
public Result<CustomerGridDTO> getCustomerGridByGridId(CustomerGridFormDTO formDTO) { |
|
|
return new Result<CustomerGridDTO>().ok(baseDao.getCustomerGridByGridId(formDTO)); |
|
|
return new Result<CustomerGridDTO>().ok(baseDao.getCustomerGridByGridId(formDTO)); |
|
|
} |
|
|
} |
|
|