Commit d990bc76 authored by 黄奎's avatar 黄奎

签到修改

parent 38cf9d38
......@@ -1023,6 +1023,7 @@ WHERE 1=1 AND A.Status=0 {1} ", builderMakeUp.ToString(), builderWhere.ToString
}
else
{
item.AttendanceMethod = Common.Enum.User.AttendanceMethodEnum.Offline;
item.CheckRemark = "班课签到";
item.IsCalcTeacFee = 1;
item.CurrentDeductionHours = currentDeductionHours;
......@@ -1438,7 +1439,8 @@ WHERE 1=1 AND A.Status=0 {1} ", builderMakeUp.ToString(), builderWhere.ToString
IsAbsentHours = 0,
ClassTimeId = qitem.ClassTimeId,
IsCalcTeacFee = 1,
CheckRemark=""
CheckRemark="",
AttendanceMethod= Common.Enum.User.AttendanceMethodEnum.Offline,
};
if (checkType == 1)
{
......
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