|
|
@@ -600,11 +600,11 @@ and a.lessondate between '{startTime}' and '{endTime}'"); |
|
|
|
/// <param name="keyValue"></param> |
|
|
|
/// <param name="status"></param> |
|
|
|
/// <param name="processId"></param> |
|
|
|
public void ChangeStatusById(string keyValue, int status, string processId) |
|
|
|
public void ChangeStatusById(string keyValue, int CheckStatus, string processId) |
|
|
|
{ |
|
|
|
try |
|
|
|
{ |
|
|
|
this.BaseRepository("CollegeMIS").ExecuteBySql($"update stuleavemanagement set ProcessId='{processId}',status='{status}' where Id='{keyValue}'"); |
|
|
|
this.BaseRepository("CollegeMIS").ExecuteBySql($"update stuleavemanagement set ProcessId='{processId}',CheckStatus='{CheckStatus}' where Id='{keyValue}'"); |
|
|
|
} |
|
|
|
catch (Exception ex) |
|
|
|
{ |
|
|
|