ppypp伦理天堂,91手机在线视频,免费在线观看黄色毛片,夜夜穞天天穞狠狠穞AV美女按摩

聯系官方銷售客服

1835022288

028-61286886

投訴 已解決 插入數據時提示數據類型必須是數組等……但是我的數據確實是數組 1 0
迅睿CMS版本:4.3.8

插入數據時提示數據類型必須是數組等……但是我的數據確實是數組啊!而且錯誤提示里,數據也是對得上的!

請指點一下,是哪里錯誤了

                    foreach ($row_data as $key => $da){
                        // 插入主表
                        $rt = \Phpcmf\Service::M()->table_site("pers")->insert($da);
                    }

TypeError

Argument 1 passed to CodeIgniter\Database\BaseBuilder::insert() must be of the type array or null, int given, called in D:\123www\tm.com\dayrui\Fcms\Core\Model.php on line 196

CRITICAL - 2020-06-08 14:37:43 --> Argument 1 passed to CodeIgniter\Database\BaseBuilder::insert() must be of the type array or null, int given, called in D:\123www\tm.com\dayrui\Fcms\Core\Model.php on line 196
# http://tm.com/admin.php?s=excelpo&c=home&m=index

# INSERT INTO `dr_1_pers` (`riqi`, `zd`, `proid`, `fks`, `jyje`, `zfjs`, `zhl`, `kdj`, `ssrs`, `scrs`, `jgrs`, `uvjz`, `mjs`, `sszb`, `scl`, `jgl`, `tableid`, `catid`, `uid`, `author`, `inputtime`) VALUES (1587139200, 'Pc', '567318017044', 0, 0, 0, 0, '-', 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 'admin', 1587139200)
解決方案