Browse Source

更新

master
huangjiajun 8 months ago
parent
commit
1f4cd066e0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hdl/hdl_condition.go

+ 1
- 1
hdl/hdl_condition.go View File

@@ -31,7 +31,7 @@ func OwnBuyTotal(engine *xorm.Engine, uid interface{}, task map[string]string, t
} }
total += mallTotal 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 { if err != nil {
zhios_condition_statistics_logx.Warn(err) zhios_condition_statistics_logx.Warn(err)
return zhios_condition_statistics_utils.Int64ToStr(total) return zhios_condition_statistics_utils.Int64ToStr(total)


Loading…
Cancel
Save