Commit 88cd5864 authored by 黄奎's avatar 黄奎

页面修改

parent 417eafd3
This diff is collapsed.
...@@ -128,7 +128,7 @@ WHERE 1=1 AND A.Date<>'0001-01-01 00:00:00' ...@@ -128,7 +128,7 @@ WHERE 1=1 AND A.Date<>'0001-01-01 00:00:00'
/// </summary> /// </summary>
/// <param name="DateStr"></param> /// <param name="DateStr"></param>
/// <returns></returns> /// <returns></returns>
public RB_Student_Static_Extend GetStudentStaticByProcRepository(string DateStr) public RB_Student_Static_Extend GetStudentStaticByProcRepository(string DateStr,string empIds)
{ {
string sql = string.Format("call proc_student_static('{0}') ", DateStr); string sql = string.Format("call proc_student_static('{0}') ", DateStr);
var list = Get<RB_Student_Static_Extend>(sql); var list = Get<RB_Student_Static_Extend>(sql);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment