|
@@ -806,10 +806,10 @@ public class UserTenantAlbumRecordServiceImpl extends ServiceImpl<UserTenantAlbu
|
|
|
|
|
|
UserTenantAlbumRecord discountCardRecord = this.getById(result.getRecordId());
|
|
|
if (discountCardRecord == null) {
|
|
|
- throw new BizException("畅学卡记录不存在");
|
|
|
+ throw new BizException("记录不存在");
|
|
|
}
|
|
|
if (discountCardRecord.getEndTime().before(new Date())) {
|
|
|
- throw new BizException("畅学卡已过期");
|
|
|
+ throw new BizException("记录已过期");
|
|
|
}
|
|
|
|
|
|
|