휴가 신청 삭제시 로그파일에 기록되도록 함
This commit is contained in:
5
Sub/Console_SendMail/DSMail.Designer.cs
generated
5
Sub/Console_SendMail/DSMail.Designer.cs
generated
@@ -12307,8 +12307,9 @@ WHERE (enable = 1) AND (ISNULL(fromlist, '') <> '') AND (ISNULL(tolist, '') <>
|
||||
this._commandCollection = new global::System.Data.SqlClient.SqlCommand[1];
|
||||
this._commandCollection[0] = new global::System.Data.SqlClient.SqlCommand();
|
||||
this._commandCollection[0].Connection = this.Connection;
|
||||
this._commandCollection[0].CommandText = "SELECT *\r\nFROM vMailingProjectSchedule\r\nWHERE (gcode = @gcode)\r\nORDER BY pd" +
|
||||
"ate, idx, seq";
|
||||
this._commandCollection[0].CommandText = "SELECT gcode, status, idx, pdate, name, userManager, seq, title, sw, ew, swa, pr" +
|
||||
"ogress, ewa, ww, memo, sidx\r\nFROM vMailingProjectSchedule\r\nWHERE (gcode = @" +
|
||||
"gcode) AND (pdate >= \'2024-01-01\')\r\nORDER BY pdate, idx, seq";
|
||||
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
|
||||
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 10, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user