modified for bug

This commit is contained in:
Kallesh B S 2025-05-05 17:35:38 +05:30
parent be44e9cda6
commit 0cf1727029

View File

@ -665,15 +665,15 @@ export class ManageFeeService {
type: oracledb.DB_TYPE_NUMBER,
},
P_CARNETTYPE: {
val: body.P_EFFDATE,
val: body.P_CARNETTYPE,
type: oracledb.DB_TYPE_VARCHAR,
},
P_STARTSETS: {
val: body.P_SPID,
val: body.P_STARTSETS,
type: oracledb.DB_TYPE_NUMBER,
},
P_ENDSETS: {
val: body.P_SPID,
val: body.P_ENDSETS,
type: oracledb.DB_TYPE_NUMBER,
},
P_EFFDATE: {
@ -746,11 +746,11 @@ export class ManageFeeService {
type: oracledb.DB_TYPE_NUMBER,
},
P_STARTSETS: {
val: body.P_SPID,
val: body.P_STARTSETS,
type: oracledb.DB_TYPE_NUMBER,
},
P_ENDSETS: {
val: body.P_SPID,
val: body.P_ENDSETS,
type: oracledb.DB_TYPE_NUMBER,
},
P_EFFDATE: {
@ -758,11 +758,11 @@ export class ManageFeeService {
type: oracledb.DB_TYPE_VARCHAR,
},
P_CUSTOMERTYPE: {
val: body.P_EFFDATE,
val: body.P_CUSTOMERTYPE,
type: oracledb.DB_TYPE_VARCHAR,
},
P_CARNETTYPE: {
val: body.P_EFFDATE,
val: body.P_CARNETTYPE,
type: oracledb.DB_TYPE_VARCHAR,
},
P_RATE: {
@ -829,11 +829,11 @@ export class ManageFeeService {
type: oracledb.DB_TYPE_NUMBER,
},
P_CUSTOMERTYPE: {
val: body.P_EFFDATE,
val: body.P_CUSTOMERTYPE,
type: oracledb.DB_TYPE_VARCHAR,
},
P_CARNETTYPE: {
val: body.P_EFFDATE,
val: body.P_CARNETTYPE,
type: oracledb.DB_TYPE_VARCHAR,
},
P_EFFDATE: {
@ -1088,7 +1088,7 @@ export class ManageFeeService {
);
await connection.commit();
const fres = await result.outBinds.p_cursor.getRows();
const fres = await result.outBinds.P_CURSOR.getRows();
return fres;
} catch (err) {
@ -1153,7 +1153,7 @@ export class ManageFeeService {
);
await connection.commit();
const fres = await result.outBinds.p_cursor.getRows();
const fres = await result.outBinds.P_CURSOR.getRows();
return fres;
} catch (err) {
@ -1218,7 +1218,7 @@ export class ManageFeeService {
);
await connection.commit();
const fres = await result.outBinds.p_cursor.getRows();
const fres = await result.outBinds.P_CURSOR.getRows();
return fres;
} catch (err) {
@ -1283,7 +1283,7 @@ export class ManageFeeService {
);
await connection.commit();
const fres = await result.outBinds.p_cursor.getRows();
const fres = await result.outBinds.P_CURSOR.getRows();
return fres;
} catch (err) {
@ -1348,7 +1348,7 @@ export class ManageFeeService {
);
await connection.commit();
const fres = await result.outBinds.p_cursor.getRows();
const fres = await result.outBinds.P_CURSOR.getRows();
return fres;
} catch (err) {
@ -1413,7 +1413,7 @@ export class ManageFeeService {
);
await connection.commit();
const fres = await result.outBinds.p_cursor.getRows();
const fres = await result.outBinds.P_CURSOR.getRows();
return fres;
} catch (err) {