Commit 81131c49 authored by liuyuzhen's avatar liuyuzhen

优惠券数据

parent 2f24d27b
...@@ -595,7 +595,7 @@ class StoreServiceModel extends \Business\AbstractModel{ ...@@ -595,7 +595,7 @@ class StoreServiceModel extends \Business\AbstractModel{
} }
} }
if($exitStore&&$purchasedStore&&$exitStore['storeId']==$purchasedStore['storeId']){ if($exitStore&&$purchasedStore&&$exitStore['storeId']==$purchasedStore['storeId']){
$returnStores['stores'][] = $purchasedStore; $returnStores['stores'][] = $exitStore;
}else{ }else{
if(isset($exitStore)&&$exitStore){ if(isset($exitStore)&&$exitStore){
$returnStores['stores'][] =$exitStore; $returnStores['stores'][] =$exitStore;
......
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