rabin hace 7 años
padre
commit
008d49ed72
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      task/src/User.php

+ 1 - 0
task/src/User.php

@@ -245,6 +245,7 @@ class User extends Base
             $insert['wechat'] = $wechat;
             $insert['alipay'] = $alipay;
             $insert['status'] = 1;
+            Dever::db('task/user_info')->insert($insert);
         } else {
             $update['truename'] = $truename;
             $update['card'] = $card;