|
|
|
@@ -2,7 +2,7 @@ |
|
|
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
|
|
|
<mapper namespace="com.ruoyi.platform.mapper.CodeConfigDao"> |
|
|
|
|
|
|
|
<insert id="insert"> |
|
|
|
<insert id="insert" keyProperty="id" useGeneratedKeys="true"> |
|
|
|
insert into code_config(code_repo_name, is_public, git_url, git_branch, verify_mode, git_user_name, |
|
|
|
git_password, ssh_key, create_by, create_time, update_by, update_time) |
|
|
|
values (#{codeConfig.codeRepoName}, #{codeConfig.isPublic}, #{codeConfig.gitUrl}, #{codeConfig.gitBranch}, |
|
|
|
|