xuzigang404
xuzigang404
seata版本为1.5.1,id为主键 ```xml INSERT INTO `t_order` (`id`, `user_id`, `product_id`, `count`, `money`, `status`) VALUES (NULL, #{userId}, #{productId}, #{count}, #{money}, 0); ```
> > seata版本为1.5.1,id为主键 > > ``` > > > > INSERT INTO `t_order` (`id`, `user_id`, `product_id`, `count`, `money`, `status`) > > VALUES (NULL, #{userId}, #{productId}, #{count}, #{money}, 0); > >...
> > > > seata版本为1.5.1,id为主键 > > > > ``` > > > > > > > > INSERT INTO `t_order` (`id`, `user_id`, `product_id`, `count`, `money`, `status`) > > >...