Postman has successfully connected to the database and extracted the id value. However, because the id is of long type, precision loss will occur when the length is greater than 17 bits
For example, the value of id in my database is 1612690021891563521, and the value returned by accessing the database through the tool is 1612690021891563500. There will be a problem of precision loss.
The uploaded image is in the attachment
How to access the value of long type in the database, and the precision will not be lost