jiangshuai
2023-12-12 ec58bf196fb360bfcec35ed784ae9da90ffa3d42
proto/purchase_wms/server.go
@@ -23,6 +23,7 @@
   operation.Number = strconv.FormatInt(time.Now().Unix(), 10)
   operation.Status = constvar.OperationStatus_Ready
   operation.CompanyName = req.SupplierName
   operation.Source = req.Source
   warehouse, err := models.NewWarehouseSearch().First()
   if err != nil {
      return nil, err