|
@@ -232,9 +232,9 @@ func (productRecordService *ProductRecordService) GetProductCapacities(operateIn |
|
@@ -232,9 +232,9 @@ func (productRecordService *ProductRecordService) GetProductCapacities(operateIn |
232
|
Weigh: recordData.ProductRecordInfo.Weigh,
|
232
|
Weigh: recordData.ProductRecordInfo.Weigh,
|
233
|
BatchNumber: recordData.ProductRecordInfo.BatchNumber,
|
233
|
BatchNumber: recordData.ProductRecordInfo.BatchNumber,
|
234
|
ProductName: recordData.ProductRecordInfo.PlanProductName,
|
234
|
ProductName: recordData.ProductRecordInfo.PlanProductName,
|
235
|
- // ParticipateType: recordData.ParticipateType,
|
|
|
236
|
- RecordDate: recordData.CreatedAt.Format("2006-01-02"),
|
|
|
237
|
- WorkOn: recordData.ProductRecordInfo.WorkOn,
|
235
|
+ ProductPlanId: recordData.ProductRecordInfo.ProductPlanId,
|
|
|
236
|
+ RecordDate: recordData.CreatedAt.Format("2006-01-02"),
|
|
|
237
|
+ WorkOn: recordData.ProductRecordInfo.WorkOn,
|
238
|
}
|
238
|
}
|
239
|
|
239
|
|
240
|
return &result, nil
|
240
|
return &result, nil
|