作者 chencheng

0601-17

@@ -185,7 +185,7 @@ class Client extends Base @@ -185,7 +185,7 @@ class Client extends Base
185 $receive=Db::name('verification_receive') 185 $receive=Db::name('verification_receive')
186 ->alias('a') 186 ->alias('a')
187 ->join('verification_coupon b','a.verification_coupon_id=b.id') 187 ->join('verification_coupon b','a.verification_coupon_id=b.id')
188 - ->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 %H:%i:%S') AS closetime") 188 + ->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 ->where($receivewhere)->select(); 189 ->where($receivewhere)->select();
190 $order['receive']=$receive; 190 $order['receive']=$receive;
191 foreach ($order['receive'] as $key => $value) { 191 foreach ($order['receive'] as $key => $value) {