This commit is contained in:
chi
2023-12-13 09:33:18 +09:00
parent 8e384da8ff
commit 4334725900
8 changed files with 354 additions and 293 deletions

View File

@@ -5158,7 +5158,7 @@ SELECT idx, gcode, pdate, state, process, receive, sc, request, sid, pumname, pu
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = @"SELECT idx, gcode, pdate, state, process, receive, sc, request, sid, pumname, pumidx, pumscale, pumunit, pumqty, pumqtyReq, pumprice, pumpriceD, pumamt, supply, supplyidx, project, projectidx,
asset, manuproc, edate, indate, po, dept, bigo, import, isdel, orderno, place, wuid, wdate, inqty, inremark, winuid, windate, chk1, chk2, chkremark, costcenter, linecode
FROM Purchase";
FROM Purchase WITH (nolock)";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
}
@@ -7250,7 +7250,7 @@ SELECT idx, gcode, pdate, state, process, receive, sc, request, sid, pumname, pu
this._commandCollection[0].Connection = this.Connection;
this._commandCollection[0].CommandText = @"SELECT idx, gcode, pdate, state, process, receive, sc, request, sid, pumname, pumidx, pumscale, pumunit, pumqty, pumqtyReq, pumprice, pumpriceD, pumamt, supply, supplyidx, project, projectidx,
asset, manuproc, edate, indate, po, dept, bigo, import, isdel, orderno, place, wuid, wdate, inqty, inremark, winuid, windate, chk1, chk2, chkremark, costcenter, linecode
FROM EETGW_PurchaseCR";
FROM EETGW_PurchaseCR WITH (nolock)";
this._commandCollection[0].CommandType = global::System.Data.CommandType.Text;
}