win代码上传
parent
cb9476cade
commit
ac5c3b86c0
|
|
@ -6,9 +6,9 @@ spring:
|
||||||
druid:
|
druid:
|
||||||
# 主库数据源
|
# 主库数据源
|
||||||
master:
|
master:
|
||||||
url: jdbc:mysql://39.104.15.118:3306/ry?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
url: jdbc:mysql://localhost:3306/ry?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
||||||
username: root
|
username: root
|
||||||
password: Orderfood@2022
|
password: 12345678
|
||||||
# 从库数据源
|
# 从库数据源
|
||||||
slave:
|
slave:
|
||||||
# 从数据源开关/默认关闭
|
# 从数据源开关/默认关闭
|
||||||
|
|
|
||||||
|
|
@ -88,7 +88,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="stationCode != null and stationCode != ''">station_code = #{stationCode},</if>
|
<if test="stationCode != null and stationCode != ''">station_code = #{stationCode},</if>
|
||||||
<if test="sort != null and sort != 0">sort = #{sort},</if>
|
<if test="sort != null and sort != 0">sort = #{sort},</if>
|
||||||
<if test="radarId != null and radarId != 0">radar_id = #{radarId},</if>
|
<if test="radarId != null and radarId != 0">radar_id = #{radarId},</if>
|
||||||
<if test="radarNum != null and radarNum != 0">radar_num = #{radarNum},</if>
|
<if test="radarNum != null ">radar_num = #{radarNum},</if>
|
||||||
<if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
|
<if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
|
||||||
<if test="remark != null">remark = #{remark},</if>
|
<if test="remark != null">remark = #{remark},</if>
|
||||||
update_time = sysdate()
|
update_time = sysdate()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue