shish 6 лет назад
Родитель
Сommit
aa26f5a739
1 измененных файлов с 2 добавлено и 0 удалено
  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];