Merge branch 'dev' of https://gitea.lihaink.cn/mkm/shop-php into dev
This commit is contained in:
commit
2b56e360df
@ -1084,6 +1084,9 @@ class StoreOtherOrderRepository extends BaseRepository
|
||||
'spread' => function ($query) {
|
||||
$query->field('uid,nickname,avatar');
|
||||
},
|
||||
'merchant' => function ($query) {
|
||||
$query->field('mer_id,mer_name');
|
||||
},
|
||||
]
|
||||
);
|
||||
if (!$res) throw new ValidateException('数据不存在');
|
||||
|
Loading…
x
Reference in New Issue
Block a user