|
|
|
@ -23,15 +23,6 @@ public class CustomerInfoServiceImpl implements CustomerInfoService {
|
|
|
|
|
@Resource
|
|
|
|
|
private CustomerInfoDao customerInfoDao;
|
|
|
|
|
|
|
|
|
|
// @Resource
|
|
|
|
|
// private CustomerContacDao customerContacDao;
|
|
|
|
|
//
|
|
|
|
|
// @Resource
|
|
|
|
|
// private AuthAdminDao authAdminDao;
|
|
|
|
|
//
|
|
|
|
|
// @Resource
|
|
|
|
|
// private AuthRoleService authRoleService;
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
public List<CustomerInfoEntity> filterCustomerInfo(CustomerInfoFilterRequest customerInfoFilterRequest) {
|
|
|
|
|
if (customerInfoFilterRequest == null) {
|
|
|
|
|