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
b966f73d
Commit
b966f73d
authored
Nov 11, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增属性
parent
6b564703
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
RB_Goods_Extend.cs
Mall.Model/Extend/Product/RB_Goods_Extend.cs
+6
-1
RB_GoodsRepository.cs
Mall.Repository/Product/RB_GoodsRepository.cs
+1
-0
No files found.
Mall.Model/Extend/Product/RB_Goods_Extend.cs
View file @
b966f73d
...
...
@@ -523,10 +523,15 @@ namespace Mall.Model.Extend.Product
public
int
ClassId
{
get
;
set
;
}
/// <summary>
/// 报名项目编号
/// 报名项目编号
(ItemType=5时发布编号)
/// </summary>
public
int
ItemId
{
get
;
set
;
}
/// <summary>
/// 子项编号(ItemType=5时试卷编号)
/// </summary>
public
int
SubItemId
{
get
;
set
;
}
/// <summary>
/// 报名项目名称
/// </summary>
...
...
Mall.Repository/Product/RB_GoodsRepository.cs
View file @
b966f73d
...
...
@@ -742,6 +742,7 @@ WHERE {where} group by g.Id order by g.CreateDate desc";
{
ClassId
=
subObj
.
GetInt
(
"ClassId"
),
ItemId
=
subObj
.
GetInt
(
"ItemId"
),
SubItemId
=
subObj
.
GetInt
(
"SubItemId"
),
ItemName
=
subObj
.
GetStringValue
(
"ItemName"
),
ItemType
=
subObj
.
GetInt
(
"ItemType"
),
LowScore
=
subObj
.
GetDecimal
(
"LowScore"
),
...
...
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