shish 6 лет назад
Родитель
Сommit
1227bb2a6d
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      biz/merchant/classes/MerchantAssetClass.php

+ 1 - 0
biz/merchant/classes/MerchantAssetClass.php

@@ -15,6 +15,7 @@ class MerchantAssetClass extends BaseClass
 	//客户和粉丝数+1,$type 1只加客 2只加粉丝 3既加客也加粉丝 shish 2019.9.7
 	public static function addUserNum($merchantId, $type = 1)
 	{
+		return true;
 		$asset = self::getByMerchantId($merchantId, true);
 		if ($type == 2) {
 			$asset->totalFans += 1;