Merge remote-tracking branch 'origin/develop/clock_in'

# Conflicts:
#	src/main/java/com/peanut/config/MyRedissonConfig.java
This commit is contained in:
wangjinlei
2023-10-12 16:40:41 +08:00
26 changed files with 250 additions and 152 deletions

View File

@@ -3,7 +3,7 @@ spring:
redis:
open: false # 是否开启redis缓存 true开启 false关闭
database: 0
host: 39.106.36.183
host: 59.110.212.44
port: 6379
password: Jgll2015 # 密码(默认为空)
timeout: 6000000ms # 连接超时时长(毫秒)
@@ -70,4 +70,7 @@ aliyun:
templateCode: SMS_248840040
server:
port: 9200
port: 9200
redisAddress: redis://59.110.212.44:6379
redisPassword: Jgll2015

View File

@@ -69,4 +69,7 @@ aliyun:
templateCode: SMS_248840040
server:
port: 9100
port: 9100
redisAddress: redis://59.110.212.44:6379
redisPassword: Jgll2015

View File

@@ -13,7 +13,7 @@
<result property="createTime" column="create_time"/>
<result property="updateTime" column="update_time"/>
<result property="delFlag" column="del_flag"/>
<result property="proudictBook" column="proudict_book"/>
<result property="productBook" column="product_book"/>
</resultMap>

View File

@@ -14,7 +14,7 @@
<result property="orderCode" column="orderCode"/>
<result property="orderSn" column="orderSn"/>
<result property="starLevel" column="starLevel"/>
<result property="proudictId" column="proudict_id"/>
<result property="productId" column="product_id"/>
</resultMap>