Ver Fonte

更新账户条件拼写优化

wufeng há 2 anos atrás
pai
commit
c50fea2240
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app/controller/UserCompanyBasic.php

+ 1 - 1
app/controller/UserCompanyBasic.php

@@ -221,7 +221,7 @@ class UserCompanyBasic extends BaseController
                 ]);
 
             Db::name('account')
-                ->where(['account_id', $post['id']])
+                ->where('id', $post['id'])
                 ->update([
                     'id' => $post['id'],
                     'mobile' => $post['mobile'],