product/spu/lst 查询where is_show=1
This commit is contained in:
parent
29ba9505b6
commit
1b7fae2bd1
@ -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
BIN
config/crmeb.php
Normal file
Binary file not shown.
BIN
crmeb/basic/BaseAuth.php
Normal file
BIN
crmeb/basic/BaseAuth.php
Normal file
Binary file not shown.
BIN
crmeb/basic/BaseController.php
Normal file
BIN
crmeb/basic/BaseController.php
Normal file
Binary file not shown.
BIN
crmeb/basic/BaseManager.php
Normal file
BIN
crmeb/basic/BaseManager.php
Normal file
Binary file not shown.
BIN
crmeb/basic/BaseMessage.php
Normal file
BIN
crmeb/basic/BaseMessage.php
Normal file
Binary file not shown.
BIN
crmeb/basic/BaseStorage.php
Normal file
BIN
crmeb/basic/BaseStorage.php
Normal file
Binary file not shown.
BIN
crmeb/basic/BaseUpload.php
Normal file
BIN
crmeb/basic/BaseUpload.php
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user