Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Education
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
黄奎
Education
Commits
226f8109
Commit
226f8109
authored
3 years ago
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交订单
parent
29d869a8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
RB_Order_Guest.cs
Edu.Model/Entity/Sell/RB_Order_Guest.cs
+1
-1
RB_Order_GuestRepository.cs
Edu.Repository/Sell/RB_Order_GuestRepository.cs
+1
-1
No files found.
Edu.Model/Entity/Sell/RB_Order_Guest.cs
View file @
226f8109
...
@@ -32,7 +32,7 @@ namespace Edu.Model.Entity.Sell
...
@@ -32,7 +32,7 @@ namespace Edu.Model.Entity.Sell
public
string
GuestName
{
get
;
set
;
}
public
string
GuestName
{
get
;
set
;
}
/// <summary>
/// <summary>
/// 状态 1正常 2退学 3-申请中,4-驳回申请,5-停课,6-停课申请中,7-
完结的订单
,8-转班申请中,9-分拆申请
/// 状态 1正常 2退学 3-申请中,4-驳回申请,5-停课,6-停课申请中,7-
毕业
,8-转班申请中,9-分拆申请
/// </summary>
/// </summary>
public
int
GuestState
{
get
;
set
;
}
public
int
GuestState
{
get
;
set
;
}
...
...
This diff is collapsed.
Click to expand it.
Edu.Repository/Sell/RB_Order_GuestRepository.cs
View file @
226f8109
...
@@ -721,7 +721,7 @@ WHERE 1=1 and A.Status=0 and class.Status=0 and class.ClassStatus <>4 and b.Or
...
@@ -721,7 +721,7 @@ WHERE 1=1 and A.Status=0 and class.Status=0 and class.ClassStatus <>4 and b.Or
}
}
else
else
{
{
builder
.
AppendFormat
(
$@" AND B.
{
nameof
(
RB_Order_Guest_Extend
.
EffectStatus
)}
>0"
);
//
builder.AppendFormat($@" AND B.{nameof(RB_Order_Guest_Extend.EffectStatus)} >0");
builder
.
AppendFormat
(
$@" AND A.
{
nameof
(
RB_Order_Guest_Extend
.
GuestState
)}
=
{
demodel
.
EffectStatus
.
Value
}
"
);
builder
.
AppendFormat
(
$@" AND A.
{
nameof
(
RB_Order_Guest_Extend
.
GuestState
)}
=
{
demodel
.
EffectStatus
.
Value
}
"
);
}
}
}
}
...
...
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