Browse Source

Merge branch 'dev4.5.4' of http://127.0.0.1:8080/qmx/jy into dev4.5.4

WH01243 4 years ago
parent
commit
3574814431
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/jfw/modules/subscribepay/src/entity/distribution.go

+ 0 - 2
src/jfw/modules/subscribepay/src/entity/distribution.go

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