Commit a354ee0e authored by liuyuzhen's avatar liuyuzhen

测试数据

parent d0831fd8
......@@ -271,7 +271,7 @@ class GroupSaleServiceModel extends \Business\AbstractModel {
$newResult = array();
foreach($storeIds as $key){
$tempReturnCart = $result[$key];
$tempStore = $storeDao->get($key,false);
$tempStore = $storeDao->get($key,false,false);
$tempReturnCart['inAreaFlag'] = $storeDao->checkAddressInServiceArea($address,$tempStore);
$newResult[] = $tempReturnCart;
}
......
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