*패치리스트 화면 정리

*업무일지 자동입력화면 종료일자 저장안되는 버그 수정
This commit is contained in:
chi
2021-08-03 09:24:16 +09:00
parent 4486a127b7
commit 956252e100
9 changed files with 139 additions and 123 deletions

View File

@@ -12342,7 +12342,7 @@ SELECT idx, bidx, header, cate, title, contents, [file], guid, url, wuid, wdate,
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = "SELECT idx, bidx, header, cate, title, contents, [file], guid, url, wuid, wdate," +
" project, pidx, gcode\r\nFROM Board\r\nWHERE (bidx = @bidx) AND (ISNULL(header," +
" 0) = 0) AND (gcode = @gcode)\r\nORDER BY wdate";
" 0) = 0) AND (gcode LIKE @gcode)\r\nORDER BY wdate";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@bidx", global::System.Data.SqlDbType.Int, 4, global::System.Data.ParameterDirection.Input, 0, 0, "bidx", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));
this._commandCollection[0].Parameters.Add(new global::System.Data.SqlClient.SqlParameter("@gcode", global::System.Data.SqlDbType.VarChar, 20, global::System.Data.ParameterDirection.Input, 0, 0, "gcode", global::System.Data.DataRowVersion.Current, false, null, "", "", ""));