Преглед на файлове

Merge branch 'dev' into 2D展厅

licailing преди 4 години
родител
ревизия
e988b4d390
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      src/main/java/com/izouma/nineth/service/CollectionService.java
  2. 1 1
      src/main/resources/application.yaml

+ 1 - 1
src/main/java/com/izouma/nineth/service/CollectionService.java

@@ -405,7 +405,7 @@ public class CollectionService {
             log.info("创建redis销量:{}", success);
         }
         Long sale = ops.increment(number);
-        redisTemplate.opsForHash().increment(RedisKeys.UPDATE_SALE, id, 1);
+        redisTemplate.opsForHash().increment(RedisKeys.UPDATE_SALE, id.toString(), 1);
 //        rocketMQTemplate.convertAndSend(generalProperties.getUpdateSaleTopic(), id);
         return sale;
     }

+ 1 - 1
src/main/resources/application.yaml

@@ -138,7 +138,7 @@ aliyun:
 general:
   host: https://test.raex.vip
   contract-name: raex_new
-  name: 绿洲宇宙
+  name: RAEX宇宙
   org: 华储艺术品中心(深圳)有限公司
   short-name: 华储
   create-order-group: create-order-group-dev