Browse Source

Merge pull request '包装扫描分类' (#451) from fix_logPackorder into develop

Reviewed-on: http://101.201.121.115:3000/leo/LAPP_GAAS_GFrame_BACKEND/pulls/451
Reviewed-by: zhangxin <xin.zhang@le-it.com.cn>
fix_logPackorder
zhangxin 3 years ago
parent
commit
4ead0c5328
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      services/log/implments/PackOrder.service.impl.go

+ 2
- 0
services/log/implments/PackOrder.service.impl.go View File

@ -357,6 +357,8 @@ func (impl *PackOrderServiceImplement) Select(user *models.Usertab, urlParameter
}
return result, nil
} else {
urlParameters["lastuser"] = user.Userid
predicates, err := condition.BuildPredicates(urlParameters)
result, err := dao.Select(predicates, condition.OrderByFields)
if err != nil {
return nil, err


Loading…
Cancel
Save