|
|
@@ -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];
|