Browse Source

文案修改

刘俊驰 2 months ago
parent
commit
cf77d55a30

+ 2 - 2
cooleshow-user/user-biz/src/main/java/com/yonge/cooleshow/biz/dal/service/impl/UserTenantAlbumRecordServiceImpl.java

@@ -805,10 +805,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("记录已过期");
         }