|
|
@@ -725,9 +725,9 @@ public class GroupRelationFrontServiceImpl implements GroupRelationFrontService
|
|
|
}
|
|
|
if (DateUtil.beginOfDay(expiryTime).compareTo(DateUtil.offsetDay(thisZero, day.get())) <= 0) {
|
|
|
ticket.setExpiryTimeStr(DateUtil.format(ticket.getExpiryTime(), "yyyy-MM-dd"));
|
|
|
- ticket.setExpiryTime(null);
|
|
|
//GPT镜像信息
|
|
|
setGptMirrorInfo(ticket);
|
|
|
+ ticket.setExpiryTime(null);
|
|
|
return true;
|
|
|
}
|
|
|
return false;
|