|
|
@ -213,7 +213,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<if test="pwdUpdateDate != null">pwd_update_date,</if> |
|
|
|
<if test="createBy != null and createBy != ''">create_by,</if> |
|
|
|
<if test="remark != null and remark != ''">remark,</if> |
|
|
|
create_time |
|
|
|
<if test="createTime != null">create_time</if> |
|
|
|
)values( |
|
|
|
<if test="userId != null and userId != ''">#{userId},</if> |
|
|
|
<if test="deptId != null and deptId != ''">#{deptId},</if> |
|
|
@ -230,7 +230,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<if test="pwdUpdateDate != null">#{pwdUpdateDate},</if> |
|
|
|
<if test="createBy != null and createBy != ''">#{createBy},</if> |
|
|
|
<if test="remark != null and remark != ''">#{remark},</if> |
|
|
|
sysdate() |
|
|
|
<if test="createTime != null">#{createTime}</if> |
|
|
|
) |
|
|
|
</insert> |
|
|
|
|
|
|
|