modified for bug
This commit is contained in:
parent
be44e9cda6
commit
0cf1727029
@ -665,15 +665,15 @@ export class ManageFeeService {
|
|||||||
type: oracledb.DB_TYPE_NUMBER,
|
type: oracledb.DB_TYPE_NUMBER,
|
||||||
},
|
},
|
||||||
P_CARNETTYPE: {
|
P_CARNETTYPE: {
|
||||||
val: body.P_EFFDATE,
|
val: body.P_CARNETTYPE,
|
||||||
type: oracledb.DB_TYPE_VARCHAR,
|
type: oracledb.DB_TYPE_VARCHAR,
|
||||||
},
|
},
|
||||||
P_STARTSETS: {
|
P_STARTSETS: {
|
||||||
val: body.P_SPID,
|
val: body.P_STARTSETS,
|
||||||
type: oracledb.DB_TYPE_NUMBER,
|
type: oracledb.DB_TYPE_NUMBER,
|
||||||
},
|
},
|
||||||
P_ENDSETS: {
|
P_ENDSETS: {
|
||||||
val: body.P_SPID,
|
val: body.P_ENDSETS,
|
||||||
type: oracledb.DB_TYPE_NUMBER,
|
type: oracledb.DB_TYPE_NUMBER,
|
||||||
},
|
},
|
||||||
P_EFFDATE: {
|
P_EFFDATE: {
|
||||||
@ -746,11 +746,11 @@ export class ManageFeeService {
|
|||||||
type: oracledb.DB_TYPE_NUMBER,
|
type: oracledb.DB_TYPE_NUMBER,
|
||||||
},
|
},
|
||||||
P_STARTSETS: {
|
P_STARTSETS: {
|
||||||
val: body.P_SPID,
|
val: body.P_STARTSETS,
|
||||||
type: oracledb.DB_TYPE_NUMBER,
|
type: oracledb.DB_TYPE_NUMBER,
|
||||||
},
|
},
|
||||||
P_ENDSETS: {
|
P_ENDSETS: {
|
||||||
val: body.P_SPID,
|
val: body.P_ENDSETS,
|
||||||
type: oracledb.DB_TYPE_NUMBER,
|
type: oracledb.DB_TYPE_NUMBER,
|
||||||
},
|
},
|
||||||
P_EFFDATE: {
|
P_EFFDATE: {
|
||||||
@ -758,11 +758,11 @@ export class ManageFeeService {
|
|||||||
type: oracledb.DB_TYPE_VARCHAR,
|
type: oracledb.DB_TYPE_VARCHAR,
|
||||||
},
|
},
|
||||||
P_CUSTOMERTYPE: {
|
P_CUSTOMERTYPE: {
|
||||||
val: body.P_EFFDATE,
|
val: body.P_CUSTOMERTYPE,
|
||||||
type: oracledb.DB_TYPE_VARCHAR,
|
type: oracledb.DB_TYPE_VARCHAR,
|
||||||
},
|
},
|
||||||
P_CARNETTYPE: {
|
P_CARNETTYPE: {
|
||||||
val: body.P_EFFDATE,
|
val: body.P_CARNETTYPE,
|
||||||
type: oracledb.DB_TYPE_VARCHAR,
|
type: oracledb.DB_TYPE_VARCHAR,
|
||||||
},
|
},
|
||||||
P_RATE: {
|
P_RATE: {
|
||||||
@ -829,11 +829,11 @@ export class ManageFeeService {
|
|||||||
type: oracledb.DB_TYPE_NUMBER,
|
type: oracledb.DB_TYPE_NUMBER,
|
||||||
},
|
},
|
||||||
P_CUSTOMERTYPE: {
|
P_CUSTOMERTYPE: {
|
||||||
val: body.P_EFFDATE,
|
val: body.P_CUSTOMERTYPE,
|
||||||
type: oracledb.DB_TYPE_VARCHAR,
|
type: oracledb.DB_TYPE_VARCHAR,
|
||||||
},
|
},
|
||||||
P_CARNETTYPE: {
|
P_CARNETTYPE: {
|
||||||
val: body.P_EFFDATE,
|
val: body.P_CARNETTYPE,
|
||||||
type: oracledb.DB_TYPE_VARCHAR,
|
type: oracledb.DB_TYPE_VARCHAR,
|
||||||
},
|
},
|
||||||
P_EFFDATE: {
|
P_EFFDATE: {
|
||||||
@ -1088,7 +1088,7 @@ export class ManageFeeService {
|
|||||||
);
|
);
|
||||||
await connection.commit();
|
await connection.commit();
|
||||||
|
|
||||||
const fres = await result.outBinds.p_cursor.getRows();
|
const fres = await result.outBinds.P_CURSOR.getRows();
|
||||||
|
|
||||||
return fres;
|
return fres;
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
@ -1153,7 +1153,7 @@ export class ManageFeeService {
|
|||||||
);
|
);
|
||||||
await connection.commit();
|
await connection.commit();
|
||||||
|
|
||||||
const fres = await result.outBinds.p_cursor.getRows();
|
const fres = await result.outBinds.P_CURSOR.getRows();
|
||||||
|
|
||||||
return fres;
|
return fres;
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
@ -1218,7 +1218,7 @@ export class ManageFeeService {
|
|||||||
);
|
);
|
||||||
await connection.commit();
|
await connection.commit();
|
||||||
|
|
||||||
const fres = await result.outBinds.p_cursor.getRows();
|
const fres = await result.outBinds.P_CURSOR.getRows();
|
||||||
|
|
||||||
return fres;
|
return fres;
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
@ -1283,7 +1283,7 @@ export class ManageFeeService {
|
|||||||
);
|
);
|
||||||
await connection.commit();
|
await connection.commit();
|
||||||
|
|
||||||
const fres = await result.outBinds.p_cursor.getRows();
|
const fres = await result.outBinds.P_CURSOR.getRows();
|
||||||
|
|
||||||
return fres;
|
return fres;
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
@ -1348,7 +1348,7 @@ export class ManageFeeService {
|
|||||||
);
|
);
|
||||||
await connection.commit();
|
await connection.commit();
|
||||||
|
|
||||||
const fres = await result.outBinds.p_cursor.getRows();
|
const fres = await result.outBinds.P_CURSOR.getRows();
|
||||||
|
|
||||||
return fres;
|
return fres;
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
@ -1413,7 +1413,7 @@ export class ManageFeeService {
|
|||||||
);
|
);
|
||||||
await connection.commit();
|
await connection.commit();
|
||||||
|
|
||||||
const fres = await result.outBinds.p_cursor.getRows();
|
const fres = await result.outBinds.P_CURSOR.getRows();
|
||||||
|
|
||||||
return fres;
|
return fres;
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user