為啥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();
}
另外我調(diào)試模式都打開了,為啥沒有任何報錯,