From c16b6e4dc53b90f8830b129810543b715ed9ecaa Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Tue, 30 Jan 2024 16:03:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=96=E9=9F=B3=E7=A9=BF=E5=B1=B1=E7=94=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- csjplatform/order.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csjplatform/order.go b/csjplatform/order.go index dcb970f..40b37dc 100644 --- a/csjplatform/order.go +++ b/csjplatform/order.go @@ -14,7 +14,7 @@ func OrderList(args map[string]string) map[string]interface{} { "start_time": zhios_third_party_utils.StrToInt(args["start_time"]), "end_time": zhios_third_party_utils.StrToInt(args["end_time"]), "time_type": args["time_type"], - "order_type": args["order_type"], + "order_type": zhios_third_party_utils.StrToInt(args["order_type"]), } if args["order_ids"] != "" { params["order_ids"] = strings.Split(args["order_ids"], ",")