This commit is contained in:
邹宗楠
2024-04-19 11:28:45 +08:00
parent d83ab8e37e
commit 3a3b24b942
7 changed files with 2 additions and 40 deletions

View File

@@ -1138,7 +1138,6 @@ func GetOrders(db *DaoDB, ids []int64, isIncludeSku, isIncludeFake bool, fromDat
) a WHERE 1 = 1`
if params["jxIncomeBegin"] != nil {
//globals.SugarLogger.Debugf("test begin====%d", utils.MustInterface2Int64(params["jxIncomeBegin"]))
//if utils.MustInterface2Int64(params["jxIncomeBegin"]) != 0 {
sql += " AND a.jx_income >= ?"
sqlParams = append(sqlParams, utils.MustInterface2Int64(params["jxIncomeBegin"]))