|
|
@ -119,7 +119,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
<if test="status != null and status != ''">status,</if>
|
|
|
|
<if test="status != null and status != ''">status,</if>
|
|
|
|
<if test="remark != null and remark != ''">remark,</if>
|
|
|
|
<if test="remark != null and remark != ''">remark,</if>
|
|
|
|
<if test="createBy != null and createBy != ''">create_by,</if>
|
|
|
|
<if test="createBy != null and createBy != ''">create_by,</if>
|
|
|
|
create_time
|
|
|
|
create_time,
|
|
|
|
|
|
|
|
del_flag
|
|
|
|
)values(
|
|
|
|
)values(
|
|
|
|
<if test="roleId != null and roleId != 0">#{roleId},</if>
|
|
|
|
<if test="roleId != null and roleId != 0">#{roleId},</if>
|
|
|
|
<if test="roleName != null and roleName != ''">#{roleName},</if>
|
|
|
|
<if test="roleName != null and roleName != ''">#{roleName},</if>
|
|
|
@ -131,7 +132,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
<if test="status != null and status != ''">#{status},</if>
|
|
|
|
<if test="status != null and status != ''">#{status},</if>
|
|
|
|
<if test="remark != null and remark != ''">#{remark},</if>
|
|
|
|
<if test="remark != null and remark != ''">#{remark},</if>
|
|
|
|
<if test="createBy != null and createBy != ''">#{createBy},</if>
|
|
|
|
<if test="createBy != null and createBy != ''">#{createBy},</if>
|
|
|
|
now()
|
|
|
|
now(),
|
|
|
|
|
|
|
|
'0'
|
|
|
|
)
|
|
|
|
)
|
|
|
|
</insert>
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
|
|