1.日期类不可以使用 ='',使用 trim 解决多余逗号。
<trim prefix="set" suffixOverrides=",">
<if test="updator!='' and updator!=null"> <![CDATA[ UPDATOR= #{updator,jdbcType=VARCHAR}, ]]> </if> <if test="updateTime!=null"> <![CDATA[ UPDATE_TIME= #{updateTime,jdbcType=TIMESTAMP}, ]]> </if> </trim>