anderx 3 years ago
parent
commit
a6baf89cd0

+ 1 - 1
src/main/java/com/goafanti/customer/service/impl/CustomerServiceImpl.java

@@ -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);