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

<trim prefix="SET" suffixOverrides=","> <trim prefix="SET" suffixOverrides=",">
<if test="status != null"> status = #{status}, </if> <if test="status != null"> status = #{status}, </if>
<if test="updateUser != null and updateUser != ''"> update_user = #{updateUser},</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> </trim>
where id = #{id} where id = #{id}
</update> </update>

Loading…
Cancel
Save