|
|
@@ -55,7 +55,7 @@ trait OrderTrait
|
|
|
foreach ($list as $k => $val) {
|
|
|
$ghsId = $val['ghsId'] ?? 0;
|
|
|
$list[$k]['supplierName'] = $ghsInfo[$ghsId]['name'] ?? '';
|
|
|
- $avatar = imgUtil::groupImg($ghsInfo[$ghsId]['avatar']);
|
|
|
+ $avatar = imgUtil::groupImg('');
|
|
|
$list[$k]['supplierAvatar'] = $avatar;
|
|
|
$list[$k]['supplierMobile'] = $ghsInfo[$ghsId]['mobile'] ?? '';
|
|
|
$list[$k]['supplierAddress'] = $ghsInfo[$ghsId]['address'] ?? '';
|