yii2 批量插入

$other_account = \Yii::$app->db->createCommand()
->batchInsert(CrmOtherAdAccount::tableName(),['platform_name','recharge_principal','reg_or_renewal','kaihu_id'],
$other_ad_account)
->execute();
posted @ 2018-08-13 11:21  坚持!!  阅读(1950)  评论(0编辑  收藏  举报