|
|
@@ -2495,7 +2495,7 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
|
|
|
if (in.getShareType()==null || in.getShareType()!=1){
|
|
|
List<OutChannelListBo> list = (List<OutChannelListBo>) p.getList();
|
|
|
for (OutChannelListBo out : list) {
|
|
|
- if(out.getType()==1){
|
|
|
+ if(out.getType()!=null&&out.getType()==1){
|
|
|
out.setaName(null);
|
|
|
out.setCreateTime(null);
|
|
|
out.setLastFollowTime(null);
|