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
毕凯
2017-04-08 15:45:07 +0800
Commit
d26d63a9ab554eaa6a076654b2161eb12a418f10
2 parents
797567ea
d039c5f9
Merge branch 'hotfix/shopSettle' into 'master'
商家入驻报错 See merge request
!110
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/shop/controllers/shop.js
apps/shop/controllers/shop.js
View file @
d26d63a
...
...
@@ -92,7 +92,7 @@ const applysave = (req, res, next) => {
try
{
for
(
let
key
in
req
.
body
)
{
if
(
req
.
body
.
hasOwnProperty
(
key
)
)
{
if
(
req
.
body
[
key
]
)
{
key
=
key
+
''
;
param
[
_
.
camelCase
(
key
)]
=
req
.
body
[
key
];
}
...
...
Please
register
or
login
to post a comment