瀏覽代碼

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

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