Browse Source

Merge branch 'online' into test

刘俊驰 1 week ago
parent
commit
e8a52adf89

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

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