20240120-ljl-routeConfig
ljl 10 months ago
parent e99dcaaa2a
commit 3aa22dc8cc

@ -351,7 +351,7 @@ class ExpressTplService extends AbstractService {
$mallApps = $this->mallAppSDao->getListByMallIds($mallIds); $mallApps = $this->mallAppSDao->getListByMallIds($mallIds);
foreach ($authList as $key => $item) { foreach ($authList as $key => $item) {
$item['shopName'] = $mallIdAndShopNameMap[$item['mallId']]; $item['shopName'] = $mallIdAndShopNameMap[$item['mallId']];
$item['expireDate'] = date('Y-m-d', strtotime($mallApps[$item['mallId']]['gmtPddExpire'])); $item['gmtExpire'] = date('Y-m-d', strtotime($mallApps[$item['mallId']]['gmtPddExpire']));
$authList[$key] = $item; $authList[$key] = $item;
} }
return [ return [

Loading…
Cancel
Save