liujiandao
2023-11-27 dc73bb0a098f9c176ea4b6e920a5e70d9a618833
proto/product_inventory/server.go
@@ -167,6 +167,9 @@
   }
   operation.ToLocationID = first.Id
   operation.BaseOperationType = constvar.BaseOperationTypeOutgoing
   operation.ReceiverName = req.Addressee
   operation.ReceiverPhone = req.Phone
   operation.ReceiverAddr = req.Address
   if req.DeliverType == 1 {
      for _, product := range req.ProductList {
         var detail models.OperationDetails