updated holdertype and uscibmemberflag to "" if null
This commit is contained in:
parent
cb74d0a2d1
commit
2d6eb77d98
@ -196,8 +196,8 @@ export class ManageFeeService {
|
||||
await client.query(callProcQuery,
|
||||
[
|
||||
body.P_SPID,
|
||||
body.P_HOLDERTYPE,
|
||||
body.P_USCIBMEMBERFLAG,
|
||||
body.P_HOLDERTYPE ?? "",
|
||||
body.P_USCIBMEMBERFLAG ?? "",
|
||||
body.P_SPCLCOMMODITY ?? "",
|
||||
body.P_SPCLCOUNTRY ?? "",
|
||||
body.P_EFFDATE,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user