作者 chencheng

0601-22

@@ -188,6 +188,7 @@ class Client extends Base @@ -188,6 +188,7 @@ class Client extends Base
188 ->join('verification_coupon b','a.verification_coupon_id=b.id') 188 ->join('verification_coupon b','a.verification_coupon_id=b.id')
189 ->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") 189 ->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")
190 ->where($receivewhere)->select(); 190 ->where($receivewhere)->select();
  191 +
191 $order['receive']=$receive; 192 $order['receive']=$receive;
192 foreach ($order['receive'] as $key => $value) { 193 foreach ($order['receive'] as $key => $value) {
193 if($order['receive'][$key]['image']){ 194 if($order['receive'][$key]['image']){