Browse Source

Merge pull request '打印修改' (#223) from develop into master

Reviewed-on: http://101.201.121.115:3000/leo/LAPP_Acura_MES_Backend/pulls/223
fix_dashboard V1.2.7
zhangxin 2 years ago
parent
commit
4e04e277a8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      models/qm/ReclinerReclst.model.go

+ 1
- 1
models/qm/ReclinerReclst.model.go View File

@ -51,5 +51,5 @@ type ReclinerReclst struct {
*
******************************************************************************/
func (self *ReclinerReclst) GetKey() core.PK {
return core.PK{self.PlantNr, self.RecNr, self.Line}
return core.PK{self.PlantNr, self.RecNr}
}

Loading…
Cancel
Save