From a192ae63c973f52d0cc8deca467c23adb7174b60 Mon Sep 17 00:00:00 2001 From: Mrking <782276617@qq.com> Date: Sun, 27 Oct 2024 21:57:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=A2=E6=88=B7=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../module/oms/service/customer/CustomerServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hangtag-module-oms/hangtag-module-oms-biz/src/main/java/cn/hangtag/module/oms/service/customer/CustomerServiceImpl.java b/hangtag-module-oms/hangtag-module-oms-biz/src/main/java/cn/hangtag/module/oms/service/customer/CustomerServiceImpl.java index 73c8c8d..31f8229 100644 --- a/hangtag-module-oms/hangtag-module-oms-biz/src/main/java/cn/hangtag/module/oms/service/customer/CustomerServiceImpl.java +++ b/hangtag-module-oms/hangtag-module-oms-biz/src/main/java/cn/hangtag/module/oms/service/customer/CustomerServiceImpl.java @@ -48,7 +48,7 @@ import static cn.hangtag.module.oms.enums.ErrorCodeConstants.*; @Slf4j public class CustomerServiceImpl implements CustomerService { - @Value("${sys.user.init-password:hangtagyuanma}") + @Value("${sys.user.init-password:123456}") private String userInitPassword; @Resource private CustomerMapper customerMapper;