修改客户初始化密码
This commit is contained in:
parent
18ac4dcbef
commit
a192ae63c9
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue