fix
Helius
2021-07-03 641bd0b373c23c5262f9fbb3b7a78b967e6d38bf
fix
2 files modified
3 ■■■■ changed files
gc-core/src/main/resources/application.properties 2 ●●● patch | view | raw | blame | history
gc-shop/src/main/java/com/xzx/gc/shop/service/OrderService.java 1 ●●●● patch | view | raw | blame | history
gc-core/src/main/resources/application.properties
@@ -11,7 +11,7 @@
#log
project.log.path=/xzx/logs
project.log.path=xzx/logs
logstash.server.url=localhost:4560
#spring
gc-shop/src/main/java/com/xzx/gc/shop/service/OrderService.java
@@ -241,6 +241,7 @@
        orderDetails.setTotalPrice(totalPrice);
        orderDetails.setUnitPrice(sku.getPresentPrice());
        orderDetails.setGoodsId(goods.getId());
        orderDetails.setSkuId(sku.getId());
        orderDetails.setThumb(goods.getThumb());
        scoreOrderDetailsMapper.insert(orderDetails);