Browse Source

Merge pull request '总成条码查查' (#224) from fix_pre into develop

Reviewed-on: http://101.201.121.115:3000/leo/LAPP_Acura_MES_Backend/pulls/224
pull/225/head
娄文智 2 years ago
parent
commit
842c45a470
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      services/qm/implments/ReclinerReclst.service.impl.go

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

@ -1622,7 +1622,7 @@ func (impl *ReclinerReclstServiceImplement) SelectSeriByAssembly(user *global.Us
if err != nil {
return nil, err
}
if seriInfo == nil {
if seriInfo == nil || seriInfo.OrderType == "PRE" {
//查询mes数据表,找到总成条码
assemblyInfo, err := assemblyDao.SelectOneByAssembly(orderId)


Loading…
Cancel
Save