Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
my-yaf-project
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenchuanwen
my-yaf-project
Commits
39ed2be0
Commit
39ed2be0
authored
Jan 10, 2019
by
wwccw0591
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新
parent
d0e8ac42
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
GroupSaleService.php
application/models/Business/Goods/GroupSaleService.php
+5
-3
No files found.
application/models/Business/Goods/GroupSaleService.php
View file @
39ed2be0
...
@@ -274,8 +274,10 @@ class GroupSaleServiceModel extends \Business\AbstractModel {
...
@@ -274,8 +274,10 @@ class GroupSaleServiceModel extends \Business\AbstractModel {
foreach
(
$storeIds
as
$key
){
foreach
(
$storeIds
as
$key
){
$tempReturnCart
=
$result
[
$key
];
$tempReturnCart
=
$result
[
$key
];
$tempStore
=
$storeDao
->
get
(
$key
,
false
,
false
);
$tempStore
=
$storeDao
->
get
(
$key
,
false
,
false
);
$tempReturnCart
[
'inAreaFlag'
]
=
$storeDao
->
checkAddressInServiceArea
(
$address
,
$tempStore
);
if
(
$tempStore
)
{
//如果存在店铺数据
$newResult
[]
=
$tempReturnCart
;
$tempReturnCart
[
'inAreaFlag'
]
=
$storeDao
->
checkAddressInServiceArea
(
$address
,
$tempStore
);
$newResult
[]
=
$tempReturnCart
;
}
}
}
return
array
(
'totalCount'
=>
count
(
$storeCartList
),
'list'
=>
$newResult
);
return
array
(
'totalCount'
=>
count
(
$storeCartList
),
'list'
=>
$newResult
);
}
}
...
@@ -1069,4 +1071,4 @@ class GroupSaleServiceModel extends \Business\AbstractModel {
...
@@ -1069,4 +1071,4 @@ class GroupSaleServiceModel extends \Business\AbstractModel {
}
}
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment