|
|
@@ -19,8 +19,8 @@ class CpController extends Controller
|
|
|
{
|
|
|
ini_set('memory_limit', '2045M');
|
|
|
set_time_limit(0);
|
|
|
- //$shopList = ShopClass::getAllByCondition(['ptStyle' => 2], null, '*', null, true);
|
|
|
- $shopList = ShopClass::getAllByCondition(['id' => 36523], null, '*', null, true);
|
|
|
+ $shopList = ShopClass::getAllByCondition(['ptStyle' => 2], null, '*', null, true);
|
|
|
+ //$shopList = ShopClass::getAllByCondition(['id' => 36523], null, '*', null, true);
|
|
|
if (empty($shopList)) {
|
|
|
util::stop('没有找到门店');
|
|
|
}
|