liujiandao
2023-11-24 7144c4cb9615ca3d60e12c6286271353b1c8b29d
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调用失败")