diff --git a/csjplatform/order.go b/csjplatform/order.go index 441f53a..dcb970f 100644 --- a/csjplatform/order.go +++ b/csjplatform/order.go @@ -14,6 +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"], } if args["order_ids"] != "" { params["order_ids"] = strings.Split(args["order_ids"], ",")