diff --git a/api/controllers/wxapp/licheb/BizAccountLog.php b/api/controllers/wxapp/licheb/BizAccountLog.php index 5c9511cb..fbec8e73 100644 --- a/api/controllers/wxapp/licheb/BizAccountLog.php +++ b/api/controllers/wxapp/licheb/BizAccountLog.php @@ -47,7 +47,7 @@ class BizAccountLog extends Wxapp 'id' => $item['id'], 'content' => $item['descrip'], 'money' => $item['money_in'] > 0 ? "+{$item['money_in']}" : "-{$item['money_out']}", - 'time' => date('Y-m-d H:i:s', $item['c_time']), + 'time' => date('m-d H:i:s', $item['c_time']), ]; $lists[] = $temp; }