...
|
...
|
@@ -188,6 +188,7 @@ class Client extends Base |
|
|
->join('verification_coupon b','a.verification_coupon_id=b.id')
|
|
|
->field("a.id,b.name,b.type,b.voucher_amount,b.gift,b.consumption,b.reduction,b.consumption_name,b.image,DATE_FORMAT(FROM_UNIXTIME(b.closetime), '%Y-%m-%d') AS closetime")
|
|
|
->where($receivewhere)->select();
|
|
|
|
|
|
$order['receive']=$receive;
|
|
|
foreach ($order['receive'] as $key => $value) {
|
|
|
if($order['receive'][$key]['image']){
|
...
|
...
|
|