Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
yyq
2017-10-26 14:34:11 +0800
Commit
3a1fd6567f9779c02ba6b8f5a3823af9deb1e75d
2 parents
0e55d1d5
6f9bcabc
Merge remote-tracking branch 'origin/feature/guangSitemap' into release/1026
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/guang/models/guang-service.js
apps/guang/models/guang-service.js
View file @
3a1fd65
...
...
@@ -330,7 +330,7 @@ module.exports = class extends global.yoho.BaseModel {
return
_
.
compact
(
_
.
map
(
_
.
get
(
rdata
,
'msgs'
,
[]),
msgs
=>
{
if
(
msgs
.
id
===
id
)
{
return
{}
;
return
null
;
}
return
{
...
...
Please
register
or
login
to post a comment