anderx 4 years ago
parent
commit
778c6e7e7e

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

@@ -2120,7 +2120,6 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
 		if(type==0) {
 			userChannelMapper.updateByuids(uids, type, date,receiveId,status);
 		}else {
-			
 			userChannelMapper.updateByuids(uids, type, date,null,status);
 		}