Browse Source

Merge pull request '数据库配置' (#280) from fix_conf into develop

Reviewed-on: http://101.201.121.115:3000/leo/LAPP_GAAS_GFrame_BACKEND/pulls/280
Reviewed-by: weichenglei <chenglei.wei@le-it.com.cn>
pull/281/head
weichenglei 3 years ago
parent
commit
4d6cced547
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      services/qm/implments/View.service.impl.go

+ 1
- 1
services/qm/implments/View.service.impl.go View File

@ -602,7 +602,7 @@ func (impl *ViewServiceImplement) ViewsOfArticle(context *container.RequestConte
slaves := db.Eloquent.Slaves()
slavesession := slaves[1].NewSession()
slavesession := slaves[0].NewSession()
defer slavesession.Close()
apiDao := api.NewACCUNITSTATUSDAO(slavesession, impl.session.User().Userid)
mesData,err := apiDao.SelectOne(orderId, "LaserWelding")


Loading…
Cancel
Save