Browse Source

修正了产线生产日报返回值错误

pull/169/head
allanwei 3 years ago
parent
commit
76afdbdae0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      services/report/implments/CustomizedQuery.service.impl.go

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

@ -942,7 +942,7 @@ type serialOrderWithArticle struct {
type WorkLineDateReportItem struct {
Date grmi.Date `json:"WorkLineDateReportItem-Date"`
WorkLineId string `json:"WorkLineDateReportItem-WorkLineId"`
ArtId string `json:"OM_SerialOrder-Date"`
ArtId string `json:"OM_SerialOrder-ArtId"`
Descr string `json:"Article-Descr1"`
PlanAmount int `json:"WorkLineDateReportItem-PlanAmount"`
FinishedAmount int `json:"WorkLineDateReportItem-FinishedAmount"`


Loading…
Cancel
Save