Browse Source

数据库配置

pull/280/head
娄文智 3 years ago
parent
commit
5ec5bb8496
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