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
a3360ba2
Commit
a3360ba2
authored
Jan 13, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
49bef24f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
RB_Student_OrderGuestRepository.cs
Edu.Repository/User/RB_Student_OrderGuestRepository.cs
+1
-1
RB_Contribute_InfoRepository.cs
Edu.Repository/WeChat/RB_Contribute_InfoRepository.cs
+1
-1
No files found.
Edu.Repository/User/RB_Student_OrderGuestRepository.cs
View file @
a3360ba2
...
...
@@ -28,7 +28,7 @@ SELECT A.*,IFNULL(B.ClassName,'') AS ClassName,IFNULL(B.ClassNo,'') AS ClassNo,I
FROM RB_Student_OrderGuest AS A INNER JOIN rb_class AS B ON A.ClassId=B.ClassId
INNER JOIN rb_order AS C ON A.OrderId=C.OrderId
INNER JOIN rb_order_guest AS D ON A.GuestId=D.Id
WHERE 1=1
WHERE 1=1
AND C.OrderState<>3
"
);
builder
.
AppendFormat
(
" AND A.{0}={1} "
,
nameof
(
RB_Student_OrderGuest_ViewModel
.
Status
),
(
int
)
DateStateEnum
.
Normal
);
if
(
query
!=
null
)
...
...
Edu.Repository/WeChat/RB_Contribute_InfoRepository.cs
View file @
a3360ba2
...
...
@@ -110,7 +110,7 @@ ORDER BY r.Id DESC ";
public
List
<
RB_Contribute_Info_ViewModel
>
GetCanSendCommissionList
(
int
group_Id
,
string
eDate
)
{
string
sql
=
$@"SELECT * FROM rb_contribute_info WHERE `Status` =0 and Group_Id =
{
group_Id
}
and AuditState =2 and PublishDate <='
{
eDate
}
23:59:59' and IFNULL(IsSendCommission,0) <>1"
;
and AuditState =2 and PublishDate <='
{
eDate
}
23:59:59' and IFNULL(IsSendCommission,0) <>1
and RemunerationState =1
"
;
return
Get
<
RB_Contribute_Info_ViewModel
>(
sql
).
ToList
();
}
}
...
...
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