实体里的字段定义为日期格式 private Date updateTime;
<if test="updateTime != null and updateTime != ''">
UPDATE_TIME = #{updateTime},
</if>
<if test="updateTime != null">
UPDATE_TIME = #{updateTime},
</if>