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