Browse Source

注释通知

shish 6 years ago
parent
commit
3cd81c9bbb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      biz/order/classes/OrderClass.php

+ 2 - 2
biz/order/classes/OrderClass.php

@@ -137,9 +137,9 @@ class OrderClass extends BaseClass
 		$user = UserClass::getById($userId);
 		$merchantId = $order['merchantId'];
 		$merchant = MerchantClass::getById($merchantId);
-		InformUserClass::sendComplete($user, $order, $merchant);
+		//InformUserClass::sendComplete($user, $order, $merchant);
 		//!!!通知待完成
-		InformAdminClass::sendComplete($order, $merchant);
+		//InformAdminClass::sendComplete($order, $merchant);
 	}
 	
 	//转化出送到时间 shish 2020.3.15