..
This commit is contained in:
4
SubProject/FPJ0000/dsPurchase.Designer.cs
generated
4
SubProject/FPJ0000/dsPurchase.Designer.cs
generated
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user