From daac39597a98bc8792e488f635eaff1680d34dd5 Mon Sep 17 00:00:00 2001 From: hujiabin <519660157@qq.com> Date: Mon, 13 May 2024 11:01:03 +0800 Subject: [PATCH] 1 --- webapp/controller/UserController.class.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/webapp/controller/UserController.class.php b/webapp/controller/UserController.class.php index 9ef1b6c3..74a2ab79 100644 --- a/webapp/controller/UserController.class.php +++ b/webapp/controller/UserController.class.php @@ -1168,7 +1168,10 @@ class UserController extends BaseAuthedController { } } } - +public function test(){ + $a = $this->_getShortAccountId("6517_2006_s1_0_104162729566475397176"); + print_r($a); +} private function _updateSubUserAccount() { if ($this->_getChannel() == BC_POLY_CHANNEL) { $shortAccountId = $this->_getShortAccountId(myself()->_getAccountId()); @@ -1183,7 +1186,7 @@ class UserController extends BaseAuthedController { 'modifytime' => myself()->_getNowTime(), ), array( - 'org_account_id' => myself()->_getAccountId(), + 'org_account_id' => $shortAccountId, 'cur_account_id' => myself()->_getAccountId(), 'createtime' => myself()->_getNowTime(), 'modifytime' => myself()->_getNowTime(),