作者 Your Name

更新

@@ -230,7 +230,7 @@ func (productRecordService *ProductRecordService) GetProductCapacities(operateIn @@ -230,7 +230,7 @@ func (productRecordService *ProductRecordService) GetProductCapacities(operateIn
230 WorkerId: recordData.ProductWorker.UserId, 230 WorkerId: recordData.ProductWorker.UserId,
231 WorkerName: recordData.ProductWorker.UserName, 231 WorkerName: recordData.ProductWorker.UserName,
232 Weigh: recordData.ProductRecordInfo.Weigh, 232 Weigh: recordData.ProductRecordInfo.Weigh,
233 - ProductCode: recordData.ProductRecordInfo.BatchNumber, 233 + BatchNumber: recordData.ProductRecordInfo.BatchNumber,
234 ProductName: recordData.ProductRecordInfo.PlanProductName, 234 ProductName: recordData.ProductRecordInfo.PlanProductName,
235 // ParticipateType: recordData.ParticipateType, 235 // ParticipateType: recordData.ParticipateType,
236 RecordDate: recordData.CreatedAt.Format("2006-01-02"), 236 RecordDate: recordData.CreatedAt.Format("2006-01-02"),