正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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) { |
-
请 注册 或 登录 后发表评论