|
|
|
@@ -207,8 +207,8 @@ |
|
|
|
<if test="status != null and status != ''">status,</if> |
|
|
|
<if test="createBy != null and createBy != ''">create_by,</if> |
|
|
|
<if test="remark != null and remark != ''">remark,</if> |
|
|
|
<if test="remark != null and remark != ''">git_link_username,</if> |
|
|
|
<if test="remark != null and remark != ''">git_link_password,</if> |
|
|
|
<if test="gitLinkUsername != null and gitLinkUsername != ''">git_link_username,</if> |
|
|
|
<if test="gitLinkPassword != null and gitLinkPassword != ''">git_link_password,</if> |
|
|
|
create_time |
|
|
|
)values( |
|
|
|
<if test="userId != null and userId != ''">#{userId},</if> |
|
|
|
|