Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
smartcontracts
commissionCC
Commits
8f59b681
Commit
8f59b681
authored
3 years ago
by
d.gareykhanov
Browse files
Options
Download
Email Patches
Plain Diff
fix
parent
f41d228d
develop
feature/commissions-783
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mngr/manager.go
+0
-6
mngr/manager.go
with
0 additions
and
6 deletions
+0
-6
mngr/manager.go
View file @
8f59b681
...
...
@@ -131,12 +131,6 @@ func (this *CommissionManagerImpl) GetAllCommissions(getCommissionArg commission
// Определяем customerType из переданного в функцию аргумента
customerType
:=
getCommissionArg
.
CustomerType
// Валидиурем ProcessType
err
=
getCommissionArg
.
ProcessType
.
ValidateProcessType
()
if
err
!=
nil
{
return
nil
,
err
}
// Определяем validObject из сформированных раннее partnerCode, customerType и processType
validObjects
,
err
:=
this
.
GetObjectListByKeys
(
&
commissionCC
.
Commission
{},
[]
string
{
partnerCode
,
customerType
.
String
()})
// Проверяем, что не возникло ошибки
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help