updates
This commit is contained in:
parent
fbf3de8cdc
commit
b0a9487b07
13
api.http
13
api.http
@ -135,11 +135,6 @@ Content-Type: application/json
|
|||||||
|
|
||||||
###
|
###
|
||||||
|
|
||||||
//GetSPcontacts
|
|
||||||
|
|
||||||
GET http://localhost:3000/oracle/GetSPcontacts/12
|
|
||||||
|
|
||||||
###
|
|
||||||
|
|
||||||
//InactivateSPContact
|
//InactivateSPContact
|
||||||
|
|
||||||
@ -164,7 +159,13 @@ GET http://localhost:3000/oracle/GetAllSPcontacts
|
|||||||
POST http://localhost:3000/oracle/CreateCarnetSequence
|
POST http://localhost:3000/oracle/CreateCarnetSequence
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
|
|
||||||
{}
|
{
|
||||||
|
"p_spid": 2,
|
||||||
|
"p_regionid": 65,
|
||||||
|
"p_startnumber": 2000,
|
||||||
|
"p_endnumber": 3000,
|
||||||
|
"p_carnettype": "type1"
|
||||||
|
}
|
||||||
|
|
||||||
###
|
###
|
||||||
|
|
||||||
|
|||||||
@ -902,6 +902,8 @@ export class OracleService {
|
|||||||
);
|
);
|
||||||
let fres = await result.outBinds.p_cursor.getRows();
|
let fres = await result.outBinds.p_cursor.getRows();
|
||||||
|
|
||||||
|
await result.outBinds.p_cursor.close()
|
||||||
|
|
||||||
return fres
|
return fres
|
||||||
|
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user