ソースを参照

营销首页统计暂停规则修改

anderx 2 年 前
コミット
154f06980b
共有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

@@ -485,7 +485,6 @@ public class CustomerServiceImpl extends BaseMybatisDao<UserMapper> implements C
 				newAUC.setChannelCount(selectAUC.getChannelCount());
 				newAUC.setSignCount(selectAUC.getSignCount());
 			}
-
 			adminUserCountMapper.updateByPrimaryKeySelective(newAUC);
 		}
 	}