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