This commit is contained in:
luofei 2024-03-09 16:39:49 +08:00
commit 2b56e360df

View File

@ -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('数据不存在');