|
@ -43,4 +43,9 @@ public class IcUserChangeDetailedServiceImpl extends BaseServiceImpl<IcUserChang |
|
|
public void delByCustomerId(String customerId, String type, List<String> icUserIds) { |
|
|
public void delByCustomerId(String customerId, String type, List<String> icUserIds) { |
|
|
baseDao.delByCustomerId(customerId, type, icUserIds); |
|
|
baseDao.delByCustomerId(customerId, type, icUserIds); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
public int deleteByIcResiUserId(String icResiUserId) { |
|
|
|
|
|
return baseDao.deleteByIcResiUserId(icResiUserId); |
|
|
|
|
|
} |
|
|
} |
|
|
} |