From 09c6d1e6895df5bed53816db1fca168282f4c659 Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Thu, 19 Dec 2024 10:08:18 +0800 Subject: [PATCH] feat(mall): 添加跑腿会员系统设置功能 --- src/main/resources/application-dev.yml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 82db5c0..7356a45 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -79,4 +79,5 @@ path: /home/javaweb/resource/ system: - job: true \ No newline at end of file + job: true + runStep: true \ No newline at end of file -- Gitblit v1.9.1