添加账单商家信息
This commit is contained in:
parent
c23c28724a
commit
4fe3f45e7a
@ -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