product/spu/lst 查询where is_show=1

This commit is contained in:
mkm 2022-12-30 16:14:52 +08:00
parent 29ba9505b6
commit 1b7fae2bd1
8 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ class SpuDao extends BaseDao
else if ($where['hot_type'] == 'best') $query->where('P.is_best', 1);
else if ($where['hot_type'] == 'good') $query->where('P.is_benefit', 1);
});
$query->where('P.is_show','=',1);
return $query->order($order);
}

BIN
config/crmeb.php Normal file

Binary file not shown.

BIN
crmeb/basic/BaseAuth.php Normal file

Binary file not shown.

Binary file not shown.

BIN
crmeb/basic/BaseManager.php Normal file

Binary file not shown.

BIN
crmeb/basic/BaseMessage.php Normal file

Binary file not shown.

BIN
crmeb/basic/BaseStorage.php Normal file

Binary file not shown.

BIN
crmeb/basic/BaseUpload.php Normal file

Binary file not shown.