增加字段
This commit is contained in:
parent
511380c0e4
commit
073042e3da
@ -69,7 +69,7 @@ class UserProductStorageLogLists extends BaseAdminDataLists implements ListsSear
|
||||
$item['store_name_img']=$goods['image']??'';
|
||||
$item['store_info']=$goods['store_info']??'';//规格
|
||||
$item['price']=$goods['price']??'';
|
||||
$order = StoreOrder::where('id',$item['oid'])->withTrashed()->field('order_id,verify_code')->find();
|
||||
$order = StoreOrder::where('id',$item['oid'])->withTrashed()->field('order_id,verify_code,verify_img')->find();
|
||||
$item['verify_code'] = $order['verify_code']??'';
|
||||
$item['order_id'] = $order['order_id']??'';
|
||||
$item['verify_img'] = '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user