From ba507edcb82c2c741300eabbc3442b879cb4e023 Mon Sep 17 00:00:00 2001 From: wang hou sheng <76928547+wanghousheng@users.noreply.github.com> Date: Wed, 10 Apr 2024 15:42:19 +0800 Subject: [PATCH] 1 --- app/common/library/wxserver/Server.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/library/wxserver/Server.php b/app/common/library/wxserver/Server.php index 2735244a..4c9dd64b 100644 --- a/app/common/library/wxserver/Server.php +++ b/app/common/library/wxserver/Server.php @@ -525,7 +525,7 @@ class Server $model = new WxserverAccount(); $up['audit_status'] = 1; $up['audit_time'] = date('Y-m-d H:i:s'); - $up['audit_id'] = $result['auditid']; + $up['auditid'] = $result['auditid']; $model->update($up, ['appid' => $appid]); return true; }