Browse Source

机场平台回调修改时间字段

tags/v1.0.0^2
wanjing 1 year ago
parent
commit
91d15b2e11
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tuoheng-service/tuoheng-admin/src/main/resources/mapper/InspectionMapper.xml

+ 1
- 1
tuoheng-service/tuoheng-admin/src/main/resources/mapper/InspectionMapper.xml View File

@@ -193,7 +193,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<trim prefix="SET" suffixOverrides=",">
<if test="status != null"> status = #{status}, </if>
<if test="updateUser != null and updateUser != ''"> update_user = #{updateUser},</if>
<if test="updateTime != null and updateTime != ''"> update_time = #{updateTime},</if>
<if test="updateTime != null"> update_time = #{updateTime},</if>
</trim>
where id = #{id}
</update>

Loading…
Cancel
Save