liujiandao
2023-11-22 d6331f5d368ac49e850d113b83b199e79ec4ae9e
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调用失败")