聯(lián)系官方銷售客服
1835022288
028-61286886
插入數(shù)據(jù)時(shí)提示數(shù)據(jù)類型必須是數(shù)組等……但是我的數(shù)據(jù)確實(shí)是數(shù)組??!而且錯(cuò)誤提示里,數(shù)據(jù)也是對(duì)得上的!
請(qǐng)指點(diǎn)一下,是哪里錯(cuò)誤了
foreach ($row_data as $key => $da){ // 插入主表 $rt = \Phpcmf\Service::M()->table_site("pers")->insert($da); }
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)
$da 是這個(gè)數(shù)據(jù)