From cfd0118ef446a66f91999afc7b1e46ca607adf50 Mon Sep 17 00:00:00 2001 From: jiangqs <jiangqs> Date: 星期四, 13 七月 2023 20:32:35 +0800 Subject: [PATCH] 定时任务 统计 --- ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/constant/AppErrorConstant.java | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/constant/AppErrorConstant.java b/ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/constant/AppErrorConstant.java index f8a74b0..fa576f5 100644 --- a/ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/constant/AppErrorConstant.java +++ b/ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/constant/AppErrorConstant.java @@ -22,7 +22,7 @@ String INTEGRAL_USE_FAILED = "积分不够支付"; - String CANCEL_ERROR_ORDER = "只能取消未支付订单"; + String CANCEL_ERROR_ORDER = "已核销订单不能取消"; String SALESPRICE_MIN = "设置价格不能低于最低限价"; @@ -89,4 +89,6 @@ String COUPON_GET_ALL = "该优惠券已领取完"; String DOUBLE_INTEGRAL_TASK = "任务已完成,请勿重复提交"; + + String ACTIVITY_TIME_ERROR = "只能选择大于当前时间作为开始时间"; } -- Gitblit v1.7.1