jxincomebegin
This commit is contained in:
@@ -2,7 +2,6 @@ package dao
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"git.rosy.net.cn/jx-callback/globals"
|
|
||||||
"regexp"
|
"regexp"
|
||||||
"strconv"
|
"strconv"
|
||||||
"time"
|
"time"
|
||||||
@@ -1058,7 +1057,6 @@ func GetOrders(db *DaoDB, ids []int64, isIncludeSku, isIncludeFake bool, fromDat
|
|||||||
}
|
}
|
||||||
sql += `
|
sql += `
|
||||||
) a WHERE 1 = 1`
|
) a WHERE 1 = 1`
|
||||||
globals.SugarLogger.Debugf("params 的type= %T,data======%d", params["jxIncomeBegin"], utils.MustInterface2Int64(params["jxIncomeBegin"]))
|
|
||||||
if params["jxIncomeBegin"] != nil {
|
if params["jxIncomeBegin"] != nil {
|
||||||
//if utils.MustInterface2Int64(params["jxIncomeBegin"]) != 0 {
|
//if utils.MustInterface2Int64(params["jxIncomeBegin"]) != 0 {
|
||||||
sql += " AND a.jx_income >= ?"
|
sql += " AND a.jx_income >= ?"
|
||||||
|
|||||||
Reference in New Issue
Block a user