anderx 4 年 前
コミット
778c6e7e7e
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  1. 0 1
      src/main/java/com/goafanti/customer/service/impl/CustomerServiceImpl.java

+ 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);
 		}