修改客户初始化密码

This commit is contained in:
Mrking 2024-10-27 21:57:25 +08:00
parent 18ac4dcbef
commit a192ae63c9
1 changed files with 1 additions and 1 deletions

View File

@ -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;