jiangshuai
2023-11-23 c9cedfb740614a995576171df73f19ebd613aff0
controllers/reorder_rule_controller.go
@@ -373,6 +373,7 @@
      SupplierId: params.SupplierId,
      ProductId:  params.ProductId,
      Amount:     params.OrderNumber.IntPart(),
      Source:     "APS",
   })
   if err != nil {
      util.ResponseFormat(c, code.RequestParamError, "grpc调用失败")