Parcourir la source

fix : 数据库关键字段修改, 新增日志12

bilingfeng il y a 1 an
Parent
commit
cd796d494c

+ 1 - 1
game-module/game-module-sdk/src/main/java/com/zanxiang/game/module/sdk/SDKApplication.java

@@ -23,7 +23,7 @@ public class SDKApplication {
 
 
     public static void main(String[] args) {
     public static void main(String[] args) {
         SpringApplication.run(SDKApplication.class, args);
         SpringApplication.run(SDKApplication.class, args);
-        System.out.println("赞象SDK服务启动成功 <数据库关键字段修改, 新增日志1> ( ´・・)ノ(._.`) \n" +
+        System.out.println("赞象SDK服务启动成功 <数据库关键字段修改, 新增日志12> ( ´・・)ノ(._.`) \n" +
                 " ___________ _   __\n" +
                 " ___________ _   __\n" +
                 "/  ___|  _  \\ | / /\n" +
                 "/  ___|  _  \\ | / /\n" +
                 "\\ `--.| | | | |/ / \n" +
                 "\\ `--.| | | | |/ / \n" +

+ 1 - 1
game-module/game-module-sdk/src/main/java/com/zanxiang/game/module/sdk/service/impl/GameBackLogServiceImpl.java

@@ -25,7 +25,7 @@ public class GameBackLogServiceImpl extends ServiceImpl<GameBackLogMapper, GameB
             super.save(GameBackLog.builder()
             super.save(GameBackLog.builder()
                     .userId(userId)
                     .userId(userId)
                     .orderId(orderId)
                     .orderId(orderId)
-                    .describe(describe)
+                    .remark(describe)
                     .callBackParam(JsonUtil.toString(param))
                     .callBackParam(JsonUtil.toString(param))
                     .createTime(LocalDateTime.now())
                     .createTime(LocalDateTime.now())
                     .build());
                     .build());