Преглед на файлове

del: 删除无用日志

zhangxinlei1996 преди 2 години
родител
ревизия
33ea8bbc76
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      service/power.go

+ 0 - 3
service/power.go

@@ -223,11 +223,8 @@ func (this *PowerService) Power(userid string, baseUserId, accountId, entId, pos
 						}
 					}
 					if common.Int64All((*eudata)["i_vip_status"]) > 0 {
-						logx.Info("======================>", o_entniche)
 						oBuyset := common.ObjToMap((*o_entniche)["o_buyset"])
-						logx.Info("======================>", oBuyset)
 						areacount := common.Int64All((*oBuyset)["areacount"])
-						logx.Info("======================>", oBuyset)
 						buyerclasscount := common.Int64All((*oBuyset)["buyerclasscount"])
 						newcitys, _ := (*oBuyset)["newcitys"].([]interface{})
 						newcitysArr := common.InterfaceArrToint64Arr(newcitys)