fyname commented on issue #13857:
URL: 
https://github.com/apache/shardingsphere/issues/13857#issuecomment-982326810


   > OK , @fyname , in your table, `order_no` is of type BigInteger. So in your 
Java application, is `order_no` a Long type?
   
   
   @Data
   public class Order {
       private int id;
       private int user_id;
       private BigInteger order_no;
       private Timestamp order_time;
       private String merchant;
   }
   
   use BigInteger 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to