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