From 448199d4db141f8ef3ae51e6f4a9b1e8c646973e Mon Sep 17 00:00:00 2001 From: richboo111 Date: Thu, 17 Nov 2022 18:03:52 +0800 Subject: [PATCH] jxincomebegin --- business/model/dao/dao_order.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/business/model/dao/dao_order.go b/business/model/dao/dao_order.go index 06ffa1e96..2fbdae7a8 100644 --- a/business/model/dao/dao_order.go +++ b/business/model/dao/dao_order.go @@ -2,8 +2,6 @@ package dao import ( "fmt" - "git.rosy.net.cn/jx-callback/globals" - "reflect" "regexp" "strconv" "time" @@ -1059,7 +1057,7 @@ func GetOrders(db *DaoDB, ids []int64, isIncludeSku, isIncludeFake bool, fromDat } sql += ` ) a WHERE 1 = 1` - globals.SugarLogger.Debugf("params 的type= %s,data======%d", reflect.TypeOf(params["jxIncomeBegin"]), utils.MustInterface2Int64(params["jxIncomeBegin"])) + if params["jxIncomeBegin"] != nil { //if utils.MustInterface2Int64(params["jxIncomeBegin"]) != 0 { sql += " AND a.jx_income >= ?"