Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mall.oytour.com
Project
Project
Details
Activity
Releases
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
黄奎
mall.oytour.com
Commits
ce25a6e8
Commit
ce25a6e8
authored
Aug 11, 2020
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
c0adf10e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
SmallShopsModule.cs
Mall.Module.User/SmallShopsModule.cs
+1
-0
SmallShopsController.cs
Mall.WebApi/Controllers/User/SmallShopsController.cs
+1
-0
No files found.
Mall.Module.User/SmallShopsModule.cs
View file @
ce25a6e8
...
@@ -136,6 +136,7 @@ namespace Mall.Module.User
...
@@ -136,6 +136,7 @@ namespace Mall.Module.User
{
{
var
model
=
smallShops_InfoRepository
.
GetEntity
(
smallShopsId
);
var
model
=
smallShops_InfoRepository
.
GetEntity
(
smallShopsId
);
if
(
model
==
null
)
{
return
false
;
}
if
(
model
==
null
)
{
return
false
;
}
if
(
model
.
AuditStatus
!=
DistributorAuditStatusEnum
.
Audited
)
{
return
false
;
}
Dictionary
<
string
,
object
>
keyValues
=
new
Dictionary
<
string
,
object
>()
{
Dictionary
<
string
,
object
>
keyValues
=
new
Dictionary
<
string
,
object
>()
{
{
nameof
(
RB_SmallShops_Info
.
UpdateDate
),
DateTime
.
Now
},
{
nameof
(
RB_SmallShops_Info
.
UpdateDate
),
DateTime
.
Now
},
{
nameof
(
RB_SmallShops_Info
.
Commission
),
commission
},
{
nameof
(
RB_SmallShops_Info
.
Commission
),
commission
},
...
...
Mall.WebApi/Controllers/User/SmallShopsController.cs
View file @
ce25a6e8
...
@@ -205,6 +205,7 @@ namespace Mall.WebApi.Controllers.User
...
@@ -205,6 +205,7 @@ namespace Mall.WebApi.Controllers.User
return
ApiResult
.
Failed
();
return
ApiResult
.
Failed
();
}
}
}
}
#
endregion
#
endregion
}
}
}
}
\ 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