1 2 3 4 5 6 7 8 9
| ... 2018-12-19 15:12:42.835 INFO 60193 --- [on(2)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 7 ms Hibernate: insert into order_db (order_product_id, order_product_quantity, order_no, order_status, order_product_price, order_product_name, order_total_amount) values (?, ?, ?, ?, ?, ?, ?) EventsPublished... 订单被创建, 单号: a5daff61-a270-407d-a3f3-623af061669d Hibernate: select orderentit0_.order_id as order_id1_0_0_, orderentit0_.order_product_id as order_pr2_0_0_, orderentit0_.order_product_quantity as order_pr3_0_0_, orderentit0_.order_no as order_no4_0_0_, orderentit0_.order_status as order_st5_0_0_, orderentit0_.order_product_price as order_pr6_0_0_, orderentit0_.order_product_name as order_pr7_0_0_, orderentit0_.order_total_amount as order_to8_0_0_ from order_db orderentit0_ where orderentit0_.order_id=? EventsPublished... Hibernate: update order_db set order_product_id=?, order_product_quantity=?, order_no=?, order_status=?, order_product_price=?, order_product_name=?, order_total_amount=? where order_id=? 订单被支付, 单号: a5daff61-a270-407d-a3f3-623af061669d
|