win代码上传

detached
zouyiqing 2024-01-24 11:39:22 +08:00
parent cb9476cade
commit ac5c3b86c0
2 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@ spring:
druid:
# 主库数据源
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
password: Orderfood@2022
password: 12345678
# 从库数据源
slave:
# 从数据源开关/默认关闭

View File

@ -88,7 +88,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="stationCode != null and stationCode != ''">station_code = #{stationCode},</if>
<if test="sort != null and sort != 0">sort = #{sort},</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="remark != null">remark = #{remark},</if>
update_time = sysdate()