Commit 6f2d6862 authored by hujun's avatar hujun

error

parent ee079189
......@@ -22,6 +22,7 @@ use app\model\GLabels;
use app\model\OBargainModel;
use app\model\OMarchInModel;
use app\model\Regions;
use think\Log;
class Shop extends Basic
{
......
......@@ -216,7 +216,7 @@ class LookShopService
$params["user_id"] = $user_id;
$params["house_id"] = $house_id;
$params["look_day"] = $day;
$result = $tModel->getList($params,"id",1,1);
$result = $tModel->getList($params,"a.id",1,1);
if(count($result) > 0){
return false;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment