联系官方销售客服

1835022288

028-61286886

开发框架 版主:迅睿框架研发组
插入数据时提示数据类型必须是数组等……但是我的数据确实是数组
类型:迅睿CMS 更新时间:2020-06-08 14:46:25

插入数据时提示数据类型必须是数组等……但是我的数据确实是数组啊!而且错误提示里,数据也是对得上的!

请指点一下,是哪里错误了

                    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)


回帖
  • 小黄人 18html.com
    #1楼    小黄人 18html.com
    2020-06-08 14:45:15
    Chrome 0
     
      [0]=>
      array(21) {
        ["riqi"]=>
        int(1587139200)
        ["zd"]=>
        string(2) "Pc"
        ["proid"]=>
        string(12) "567318017044"
        ["fks"]=>
        int(0)
        ["jyje"]=>
        int(0)
        ["zfjs"]=>
        int(0)
        ["zhl"]=>
        int(0)
        ["kdj"]=>
        string(1) "-"
        ["ssrs"]=>
        int(0)
        ["scrs"]=>
        int(1)
        ["jgrs"]=>
        int(1)
        ["uvjz"]=>
        int(0)
        ["mjs"]=>
        int(0)
        ["sszb"]=>
        int(0)
        ["scl"]=>
        int(0)
        ["jgl"]=>
        int(0)
        ["tableid"]=>
        int(0)
        ["catid"]=>
        int(1)
        ["uid"]=>
        int(1)
        ["author"]=>
        string(5) "admin"
        ["inputtime"]=>
        int(1587139200)
      }
      ["updatetime"]=>
      int(1589644800)
    $da 是这个数据
    满意答案
  • 小黄人 18html.com
    #2楼    小黄人 18html.com
    2020-06-08 14:46:25
    Chrome 0
    @小黄人 18html.com:发现问题了,有一个数据没写进去