|
|
@@ -195,7 +195,7 @@ func newSendInviterBenefit(wxUser *user_model.WxUser, orderId, source string) {
|
|
|
be_total := float64(productOrder.PaiedPrice-productOrder.Freight) * float64(0.2)
|
|
|
count := int64(math.Floor(be_total + 0.5))
|
|
|
|
|
|
- //beego.BeeLogger.Warn("count %d", count)
|
|
|
+ beego.BeeLogger.Warn("count %d", count)
|
|
|
remark := fmt.Sprintf("%s%s", wxUser.Nickname, "购物")
|
|
|
if count > 0 {
|
|
|
//发放佣金
|