Commit 8f59b681 authored by d.gareykhanov's avatar d.gareykhanov
Browse files

fix

No related merge requests found
Showing with 0 additions and 6 deletions
+0 -6
......@@ -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()})
// Проверяем, что не возникло ошибки
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment