@@ -28,11 +28,9 @@ func DisWordRecode(order_id, sale_money int, product_name, disWord string) {
parentTypeInt, _ := strconv.Atoi(fmt.Sprint((*parentList)[0]["type"]))
parentType = parentTypeInt
}
- fmt.Println("用户类型"+fmt.Sprint(parentType))
//if (parentType == 2) {
// return
//}
- fmt.Println("走人了")
//查询产品信息 获取 rate 佣金比例
var c_rate float64 = 0
if p_data, ok := util.MQFW.Find("dis_product", nil, `{"l_createdate":1}`, nil, false, -1, -1); ok && p_data != nil {