*패치리스트 화면 정리
*업무일지 자동입력화면 종료일자 저장안되는 버그 수정
This commit is contained in:
2
SubProject/FCM0000/dsMSSQL.Designer.cs
generated
2
SubProject/FCM0000/dsMSSQL.Designer.cs
generated
@@ -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, "", "", ""));
|
||||
|
||||
Reference in New Issue
Block a user