Browse Source

Merge remote-tracking branch 'origin/sit' into sit

lyx 2 weeks ago
parent
commit
1290c467f2

+ 1 - 1
alien-store-platform/src/main/java/shop/alien/storeplatform/service/impl/CouponManageServiceImpl.java

@@ -236,7 +236,7 @@ public class CouponManageServiceImpl implements CouponManageService {
         // 限制日期: 1234567;节日id
         // 限制日期: 1234567;节日id
         if ("2".equals(lifeCoupon.getUnusedType())) {
         if ("2".equals(lifeCoupon.getUnusedType())) {
             if (StringUtils.isEmpty(lifeCoupon.getUnavaiLableDate())) {
             if (StringUtils.isEmpty(lifeCoupon.getUnavaiLableDate())) {
-                return R.success("无不可用日期限制");
+                return R.fail("未查到可用日期限制");
             }
             }
 
 
             LocalDate nowDate = LocalDate.now();
             LocalDate nowDate = LocalDate.now();