You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this api does not always return expected result . ( refer to issue: )
The root cause is that:
in database , the decimal data stored in both udts and udt_accounts tables. however, the udt_accounts table not always has decimal data ( default is null )
in API, the decimal data currently comes from udt_accounts tables
solution: should improve the point 2 above, make the decimal data comes from udts table.
The text was updated successfully, but these errors were encountered:
Currently this api does not always return expected result . ( refer to issue: )
The root cause is that:
udts
andudt_accounts
tables. however, theudt_accounts
table not always hasdecimal
data ( default is null )decimal
data currently comes fromudt_accounts
tablessolution: should improve the point 2 above, make the
decimal
data comes fromudts
table.The text was updated successfully, but these errors were encountered: