|
@@ -75,8 +75,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="updateBy != null">#{updateBy},</if>
|
|
|
<if test="updateTime != null">#{updateTime},</if>
|
|
|
<if test="remark != null">#{remark},</if>
|
|
|
+ sysdate()
|
|
|
</trim>
|
|
|
- sysdate()
|
|
|
</insert>
|
|
|
|
|
|
<update id="updateSysUserIdcard" parameterType="SysUserIdcard">
|