Bladeren bron

基本修改

ytf 3 jaren geleden
bovenliggende
commit
df5fc33933

+ 10 - 0
b2b2c/b2b2c-config-starter/mq-slodon-starter/src/main/java/com/slodon/b2b2c/starter/mq/entity/MessageSendVO.java

@@ -39,4 +39,14 @@ public class MessageSendVO implements Serializable {
39 39
         this.propertyList = propertyList;
40 40
     }
41 41
 
42
+    /**
43
+     *  TODO 20220309 为保证项目运行生成方法 此处原来缺失报错
44
+     */
45
+    public MessageSendVO(List<MessageSendProperty> messageSendPropertyList, List<MessageSendProperty> messageSendPropertyList4Wx, Object o, Integer memberId, String afterSaleReminder, String msgLinkInfo) {
46
+    }
47
+    /**
48
+     *  TODO 20220309 为保证项目运行生成方法 此处原来缺失报错
49
+     */
50
+    public MessageSendVO(List<MessageSendProperty> messageSendPropertyList, Integer receiveId, Long storeId, String newOrderReminder, String msgLinkInfo) {
51
+    }
42 52
 }

+ 2 - 2
b2b2c/b2b2c-web/src/main/resources/application.yml

@@ -22,9 +22,9 @@ slodon:
22 22
   b2b2c:
23 23
     datasource:
24 24
       write:
25
-        url: jdbc:mysql://sld-mysql:3306/b2b2c?useUnicode=true&useSSL=false&allowPublicKeyRetrieval=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai
25
+        url: jdbc:mysql://localhost:3306/b2b2c?useUnicode=true&useSSL=false&allowPublicKeyRetrieval=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai
26 26
       read:
27
-        url: jdbc:mysql://sld-mysql:3306/b2b2c?useUnicode=true&useSSL=false&allowPublicKeyRetrieval=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai
27
+        url: jdbc:mysql://localhost:3306/b2b2c?useUnicode=true&useSSL=false&allowPublicKeyRetrieval=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai
28 28
 
29 29
 socketio:
30 30
 

File diff suppressed because it is too large
+ 5 - 5
b2b2c/sql/b2b2c.sql