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