Procházet zdrojové kódy

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

tags/v1.0.0^2
wanjing před 1 rokem
rodič
revize
91d15b2e11
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 Zobrazit soubor

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

Načítá se…
Zrušit
Uložit