Pārlūkot izejas kodu

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

anderx 2 gadi atpakaļ
vecāks
revīzija
154f06980b

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