Commit 9f689c5d authored by wwccw0591's avatar wwccw0591

pc

parent e96dc9bb
......@@ -113,7 +113,7 @@ class StoreController extends \Our\Controller_AbstractIndex {
$data = $this->req[\Our\NameConst::data];
$couponService = \Business\Coupon\CouponServiceModel::getInstance();
$couponTitles = $couponService->getStorePromotionCouponTitles($data);
$couponTitles=!empty($couponTitles)?$couponTitles:array();
//$couponTitles=!empty($couponTitles)?$couponTitles:array();
$this->success($couponTitles);
}
......
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