|
|
@@ -1093,6 +1093,9 @@ public class CmsAccountController {
|
|
|
if (StrUtil.isNotEmpty(data.getRelateEmail())) {
|
|
|
dbAccount.setRelateEmail(data.getRelateEmail());
|
|
|
}
|
|
|
+ if (data.getExpiryTime() != null) {
|
|
|
+ dbAccount.setExpiryTime(DateUtil.parse(data.getExpiryTime()));
|
|
|
+ }
|
|
|
accountService.updateById(dbAccount);
|
|
|
|
|
|
GroupsTrips groupsTrips = groupsMapper.selectOne(Wrappers.lambdaQuery(GroupsTrips.class)
|