From aa524a5cd802ea9aaaa5e8f85cef8840c635bded Mon Sep 17 00:00:00 2001 From: lcc <805383944@qq.com> Date: Fri, 8 Aug 2025 14:09:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E5=95=86=E4=BD=99=E9=A2=9D=E6=97=A5=E5=BF=97=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/controllers/wxapp/licheb/BizAccountLog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }