소스 검색

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

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