1 Yii::$app->db->createCommand()->insert('month4_user',['openid'=>$openid,'integ'=>0])->execute(); 2 $id=Yii::$app->db->getLastInsertID(); 3 var_dump($id);
1 Yii::$app->db->createCommand()->insert('month4_user',['openid'=>$openid,'integ'=>0])->execute(); 2 $id=Yii::$app->db->getLastInsertID(); 3 var_dump($id);
转载于:https://www.cnblogs.com/stj123/p/10282107.html