shish 6 ani în urmă
părinte
comite
aa26f5a739
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      biz/message/classes/InformAdminClass.php

+ 2 - 0
biz/message/classes/InformAdminClass.php

@@ -200,7 +200,9 @@ class InformAdminClass extends BaseClass
         if (empty($shopId)) {
             $shopId = MerchantClass::getDefaultShopId($merchant);
         }
+        echo $shopId;
         $adminList = ShopAdminService::getNoticeAdminList($shopId);
+        print_r($adminList);
         $tm = xhTMessageService::getList(0);
         $shortTempId = 'OPENTM201205968';//订单送达通知
         $tempId = $tm[$shortTempId];