删除yii中的所有模型查询
AllAdjustments::deleteAll(['plan_year_id' => $plan_year_id, 'column_type' => array_keys($allAdjustment), 'is_auto' => $is_auto,
['NOT',['column_id'=>1]],
]);
出现错误错误:“strtoupper() 期望参数 1 为字符串,给出的数组为 1188C:\xampp\htdocs\sir-git\vendor\yiisoft\yii2\db\QueryBuilder.php”
AllAdjustments::deleteAll(['plan_year_id' => $plan_year_id, 'column_type' => array_keys($allAdjustment), 'is_auto' => $is_auto,
['NOT',['column_id'=>1]],
]);
getting error error: "strtoupper() expects parameter 1 to be string, array given1188C:\xampp\htdocs\sir-git\vendor\yiisoft\yii2\db\QueryBuilder.php"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试此解决方案:
you may try this solution: