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
f6308ca3
Commit
f6308ca3
authored
Jan 21, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
c4fa3379
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
144 additions
and
132 deletions
+144
-132
PropertyModule.cs
Mall.Module.Property/PropertyModule.cs
+4
-1
AppletEducationController.cs
...WebApi/Controllers/Education/AppletEducationController.cs
+6
-2
AppletGoodsController.cs
Mall.WebApi/Controllers/Product/AppletGoodsController.cs
+134
-129
No files found.
Mall.Module.Property/PropertyModule.cs
View file @
f6308ca3
...
...
@@ -1748,7 +1748,10 @@ namespace Mall.Module.Property
{
var
smodel
=
SpList
[
i
];
var
svmodel
=
smodel
.
SpecificationValueList
.
Where
(
x
=>
x
.
Sort
==
Convert
.
ToInt32
(
ssarr
[
i
])).
FirstOrDefault
();
AttrList
.
Add
(
smodel
.
Name
+
":"
+
svmodel
.
Name
);
if
(
svmodel
!=
null
)
{
AttrList
.
Add
(
smodel
.
Name
+
":"
+
svmodel
.
Name
);
}
}
item
.
AttrStr
=
JsonConvert
.
SerializeObject
(
AttrList
);
}
...
...
Mall.WebApi/Controllers/Education/AppletEducationController.cs
View file @
f6308ca3
...
...
@@ -2461,9 +2461,13 @@ namespace Mall.WebApi.Controllers.Education
EduStudentId
=
RequestParm
.
EduStudentId
};
}
// var parms = JsonConvert.DeserializeObject<RequestParm>(requestMsg.ToString());
ResultPageModel
pageModel
=
JsonConvert
.
DeserializeObject
<
ResultPageModel
>(
req
.
msg
.
ToString
());
JObject
jObj
=
JObject
.
Parse
(
req
.
msg
.
ToString
());
ResultPageModel
pageModel
=
new
ResultPageModel
()
{
pageSize
=
jObj
.
GetInt
(
"pageSize"
),
pageIndex
=
jObj
.
GetInt
(
"pageIndex"
),
};
var
query
=
new
RB_Education_Activity_Extend
()
{
SelectIsEnd
=
jObj
.
GetInt
(
"SelectIsEnd"
,
0
),
...
...
Mall.WebApi/Controllers/Product/AppletGoodsController.cs
View file @
f6308ca3
This diff is collapsed.
Click to expand it.
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