-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(mis-server): 修复设置租户默认阈值时会无视账户阈值 (#1406)
## 做了什么 ### 1. 在修改租户的封锁阈值时,之前会把所有账户都处理了,但是对于单独设置了账户阈值的账户来说,并不需要走这套逻辑 ### 2. 增加设置租户默认阈值时的封锁和解封账户日志
- Loading branch information
Showing
2 changed files
with
36 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@scow/mis-server": patch | ||
--- | ||
|
||
修复设置租户默认阈值时会无视账户阈值的问题,并增加封锁和解封账户的日志 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters