zoujiajian 3 yıl önce
ebeveyn
işleme
ede63b125c

+ 1 - 1
netflix-service/src/main/java/com/cyksj/task/Scheduler.java

@@ -458,7 +458,7 @@ public class Scheduler {
 					.set(GroupsTrips::getStatus, GroupsTrips.Status.down)
 					.eq(GroupsTrips::getId, account.getGroupsId()));
 			if (update == 1) {
-				log.info("将过期账号:{}车队:{}下架", account.getAccountId(), account.getGroupsId());
+				log.info("将过期账号:{}车队:{}下架", account.getId(), account.getGroupsId());
 			}
 		});
 	}