diff --git a/app/common/dao/store/product/SpuDao.php b/app/common/dao/store/product/SpuDao.php index 1991fd0b..f8a2ebcd 100644 --- a/app/common/dao/store/product/SpuDao.php +++ b/app/common/dao/store/product/SpuDao.php @@ -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); } diff --git a/config/crmeb.php b/config/crmeb.php new file mode 100644 index 00000000..2977cda6 Binary files /dev/null and b/config/crmeb.php differ diff --git a/crmeb/basic/BaseAuth.php b/crmeb/basic/BaseAuth.php new file mode 100644 index 00000000..f67c68d6 Binary files /dev/null and b/crmeb/basic/BaseAuth.php differ diff --git a/crmeb/basic/BaseController.php b/crmeb/basic/BaseController.php new file mode 100644 index 00000000..3c71dd1a Binary files /dev/null and b/crmeb/basic/BaseController.php differ diff --git a/crmeb/basic/BaseManager.php b/crmeb/basic/BaseManager.php new file mode 100644 index 00000000..cbd1b23f Binary files /dev/null and b/crmeb/basic/BaseManager.php differ diff --git a/crmeb/basic/BaseMessage.php b/crmeb/basic/BaseMessage.php new file mode 100644 index 00000000..152f7265 Binary files /dev/null and b/crmeb/basic/BaseMessage.php differ diff --git a/crmeb/basic/BaseStorage.php b/crmeb/basic/BaseStorage.php new file mode 100644 index 00000000..1beb82b2 Binary files /dev/null and b/crmeb/basic/BaseStorage.php differ diff --git a/crmeb/basic/BaseUpload.php b/crmeb/basic/BaseUpload.php new file mode 100644 index 00000000..9bf89f71 Binary files /dev/null and b/crmeb/basic/BaseUpload.php differ