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
aa824638
Commit
aa824638
authored
Apr 25, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
0aca70d7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
RB_Student_OrderGuestRepository.cs
Edu.Repository/User/RB_Student_OrderGuestRepository.cs
+4
-0
StudentStatController.cs
Edu.WebApi/Controllers/User/StudentStatController.cs
+12
-0
No files found.
Edu.Repository/User/RB_Student_OrderGuestRepository.cs
View file @
aa824638
...
@@ -444,6 +444,10 @@ where sog.Status =0 and o.Group_Id ={group_Id} and o.OrderState <>3 and IFNULL(o
...
@@ -444,6 +444,10 @@ where sog.Status =0 and o.Group_Id ={group_Id} and o.OrderState <>3 and IFNULL(o
{
{
where
+=
$" and s.
{
nameof
(
RB_Student_ViewModel
.
StuStage
)}
=
{
demodel
.
StuStage
}
"
;
where
+=
$" and s.
{
nameof
(
RB_Student_ViewModel
.
StuStage
)}
=
{
demodel
.
StuStage
}
"
;
}
}
if
(
demodel
.
AdvisorStatus
>
0
)
{
where
+=
$" and s.
{
nameof
(
RB_Student_ViewModel
.
AdvisorStatus
)}
=
{
demodel
.
AdvisorStatus
}
"
;
}
if
(
demodel
.
StuPurpose
>
0
)
if
(
demodel
.
StuPurpose
>
0
)
{
{
where
+=
$" and s.
{
nameof
(
RB_Student_ViewModel
.
StuPurpose
)}
=
{
demodel
.
StuPurpose
}
"
;
where
+=
$" and s.
{
nameof
(
RB_Student_ViewModel
.
StuPurpose
)}
=
{
demodel
.
StuPurpose
}
"
;
...
...
Edu.WebApi/Controllers/User/StudentStatController.cs
View file @
aa824638
...
@@ -75,6 +75,7 @@ namespace Edu.WebApi.Controllers.User
...
@@ -75,6 +75,7 @@ namespace Edu.WebApi.Controllers.User
StuPurpose
=
base
.
ParmJObj
.
GetInt
(
"StuPurpose"
),
StuPurpose
=
base
.
ParmJObj
.
GetInt
(
"StuPurpose"
),
HeadTeacherId
=
base
.
ParmJObj
.
GetInt
(
"HeadTeacherId"
),
HeadTeacherId
=
base
.
ParmJObj
.
GetInt
(
"HeadTeacherId"
),
QueryTpye
=
base
.
ParmJObj
.
GetInt
(
"QueryTpye"
),
QueryTpye
=
base
.
ParmJObj
.
GetInt
(
"QueryTpye"
),
AdvisorStatus
=
base
.
ParmJObj
.
GetInt
(
"AdvisorStatus"
),
};
};
string
schoolId
=
base
.
ParmJObj
.
GetStringValue
(
"School_Id"
);
string
schoolId
=
base
.
ParmJObj
.
GetStringValue
(
"School_Id"
);
if
(
schoolId
!=
"-1"
)
if
(
schoolId
!=
"-1"
)
...
@@ -127,6 +128,11 @@ namespace Edu.WebApi.Controllers.User
...
@@ -127,6 +128,11 @@ namespace Edu.WebApi.Controllers.User
{
{
demodel
.
CreateBy
=
base
.
UserInfo
.
Id
;
demodel
.
CreateBy
=
base
.
UserInfo
.
Id
;
}
}
int
qCreateBy
=
base
.
ParmJObj
.
GetInt
(
"CreateBy"
);
if
(
qCreateBy
>
0
)
{
demodel
.
CreateBy
=
qCreateBy
;
}
var
list
=
studentStatModule
.
GetStudentFollowUpPageModule
(
pmodel
.
PageIndex
,
pmodel
.
PageSize
,
out
long
count
,
demodel
);
var
list
=
studentStatModule
.
GetStudentFollowUpPageModule
(
pmodel
.
PageIndex
,
pmodel
.
PageSize
,
out
long
count
,
demodel
);
pmodel
.
Count
=
count
;
pmodel
.
Count
=
count
;
pmodel
.
PageData
=
list
;
pmodel
.
PageData
=
list
;
...
@@ -164,6 +170,7 @@ namespace Edu.WebApi.Controllers.User
...
@@ -164,6 +170,7 @@ namespace Edu.WebApi.Controllers.User
StuPurpose
=
base
.
ParmJObj
.
GetInt
(
"StuPurpose"
),
StuPurpose
=
base
.
ParmJObj
.
GetInt
(
"StuPurpose"
),
HeadTeacherId
=
base
.
ParmJObj
.
GetInt
(
"HeadTeacherId"
),
HeadTeacherId
=
base
.
ParmJObj
.
GetInt
(
"HeadTeacherId"
),
QueryTpye
=
base
.
ParmJObj
.
GetInt
(
"QueryTpye"
),
QueryTpye
=
base
.
ParmJObj
.
GetInt
(
"QueryTpye"
),
AdvisorStatus
=
base
.
ParmJObj
.
GetInt
(
"AdvisorStatus"
),
};
};
string
schoolId
=
base
.
ParmJObj
.
GetStringValue
(
"School_Id"
);
string
schoolId
=
base
.
ParmJObj
.
GetStringValue
(
"School_Id"
);
if
(
schoolId
!=
"-1"
)
if
(
schoolId
!=
"-1"
)
...
@@ -215,6 +222,11 @@ namespace Edu.WebApi.Controllers.User
...
@@ -215,6 +222,11 @@ namespace Edu.WebApi.Controllers.User
demodel
.
CreateBy
=
base
.
UserInfo
.
Id
;
demodel
.
CreateBy
=
base
.
UserInfo
.
Id
;
}
}
}
}
int
qCreateBy
=
base
.
ParmJObj
.
GetInt
(
"CreateBy"
);
if
(
qCreateBy
>
0
)
{
demodel
.
CreateBy
=
qCreateBy
;
}
var
list
=
studentStatModule
.
GetStudentFollowUpPageModule
(
1
,
1000000
,
out
long
count
,
demodel
);
var
list
=
studentStatModule
.
GetStudentFollowUpPageModule
(
1
,
1000000
,
out
long
count
,
demodel
);
string
excelName
=
"学员跟踪.xls"
;
string
excelName
=
"学员跟踪.xls"
;
try
try
...
...
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