为啥getmycards这个方法这样写会报错,请求解答,我看其他dao里面都是这么写的,为啥我这样写就报错!实在搞不明白!
文件位置:文件位置:/www/wwwroot/shop/crmeb/app/dao/product/sku/StoreProductVirtualDao.php
public function getmycards(array $where = [])
{
return $this->search($where)->order('id desc')->select()->toArray();
}
另外我调试模式都打开了,为啥没有任何报错,