Kaynağa Gözat

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

tags/v1.0.0^2
wanjing 1 yıl önce
ebeveyn
işleme
91d15b2e11
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 Dosyayı Görüntüle

@@ -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>

Yükleniyor…
İptal
Kaydet