From 1f4cd066e0530351b1d199e5572307dd95ffbaa0 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Fri, 22 Mar 2024 14:41:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hdl/hdl_condition.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdl/hdl_condition.go b/hdl/hdl_condition.go index 63b87fe..de6080d 100644 --- a/hdl/hdl_condition.go +++ b/hdl/hdl_condition.go @@ -31,7 +31,7 @@ func OwnBuyTotal(engine *xorm.Engine, uid interface{}, task map[string]string, t } total += mallTotal //确认收货的才算 - b2cTotal, err := db.MallOrdByTimeWithCount(engine, uid, 0, []string{"3", "4"}, mallStime.Format("2006-01-02 15:04:05"), mallEtime.Format("2006-01-02 15:04:05")) + b2cTotal, err := db.B2cOrdByTimeWithCount(engine, uid, 0, []string{"3", "4"}, mallStime.Format("2006-01-02 15:04:05"), mallEtime.Format("2006-01-02 15:04:05")) if err != nil { zhios_condition_statistics_logx.Warn(err) return zhios_condition_statistics_utils.Int64ToStr(total)