瀏覽代碼

增加人数

shish 6 年之前
父節點
當前提交
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;