jiangshuai
2023-11-16 a0125ef3d6ce35be7b6dc4919c4192dba4a7329a
proto/purchase_wms/server.go
@@ -21,6 +21,7 @@
   operation.OperationDate = timex.TimeToString2(time.Now())
   operation.Number = strconv.FormatInt(time.Now().Unix(), 10)
   operation.Status = constvar.OperationStatus_Ready
   operation.CompanyName = req.SupplierName
   warehouse, err := models.NewWarehouseSearch().First()
   if err != nil {
      return nil, err