fix
This commit is contained in:
parent
3eda8edeea
commit
9279806673
@ -302,6 +302,9 @@ func (a *ApprovalProvider) UpdateSetting(ctx context.Context, in *approval.Setti
|
||||
|
||||
} else {
|
||||
setting.KeyWord = in.KeyWord
|
||||
fmt.Println("1-------", copyUsers)
|
||||
fmt.Println("1-------", copyUsers == nil)
|
||||
fmt.Println("1-------", len(copyUsers))
|
||||
setting.CopyUsers = copyUsers
|
||||
setting.ApprovalUsers = approvalUsers
|
||||
//setting.ApproverID = in.ApproverID
|
||||
|
Loading…
Reference in New Issue
Block a user