|
|
@@ -5,66 +5,67 @@
|
|
|
<mapper namespace="com.ruoyi.interfaces.mapper.MdModelInfoMapper">
|
|
|
|
|
|
<resultMap type="com.ruoyi.interfaces.domain.MdModelInfo" id="MdModelInfoResult">
|
|
|
- <result property="mdid" column="MDID" />
|
|
|
- <result property="name" column="NAME" />
|
|
|
- <result property="enname" column="ENNAME" />
|
|
|
- <result property="cateid" column="CATEID" />
|
|
|
- <result property="devlang" column="DEVLANG" />
|
|
|
- <result property="version" column="VERSION" />
|
|
|
- <result property="intro" column="INTRO" />
|
|
|
- <result property="type" column="TYPE" />
|
|
|
- <result property="tags" column="TAGS" />
|
|
|
- <result property="kind" column="KIND" />
|
|
|
- <result property="purpose" column="PURPOSE" />
|
|
|
- <result property="israte" column="ISRATE" />
|
|
|
- <result property="weight" column="WEIGHT" />
|
|
|
- <result property="devkind" column="DEVKIND" />
|
|
|
- <result property="author" column="AUTHOR" />
|
|
|
- <result property="ispublic" column="ISPUBLIC" />
|
|
|
- <result property="isapproved" column="ISAPPROVED" />
|
|
|
- <result property="status" column="STATUS" />
|
|
|
- <result property="classname" column="CLASSNAME" />
|
|
|
- <result property="mdRunCmd" column="MD_RUN_CMD" />
|
|
|
- <result property="mdUrl" column="MD_URL" />
|
|
|
- <result property="mdAuth" column="MD_AUTH" />
|
|
|
- <result property="mdHeader" column="MD_HEADER" />
|
|
|
- <result property="mdSecret" column="MD_SECRET" />
|
|
|
- <result property="mdUnit" column="MD_UNIT" />
|
|
|
- <result property="mdContact" column="MD_CONTACT" />
|
|
|
- <result property="devUnit" column="DEV_UNIT" />
|
|
|
- <result property="devContact" column="DEV_CONTACT" />
|
|
|
- <result property="whFlag" column="WH_FLAG" />
|
|
|
- <result property="whUrl" column="WH_URL" />
|
|
|
- <result property="whMethod" column="WH_METHOD" />
|
|
|
- <result property="whAuth" column="WH_AUTH" />
|
|
|
- <result property="whHeader" column="WH_HEADER" />
|
|
|
- <result property="whSecret" column="WH_SECRET" />
|
|
|
- <result property="envOs" column="ENV_OS" />
|
|
|
- <result property="evnArmX86" column="EVN_ARM_X86" />
|
|
|
- <result property="envCpu" column="ENV_CPU" />
|
|
|
- <result property="envGpuType" column="ENV_GPU_TYPE" />
|
|
|
- <result property="envGpuNum" column="ENV_GPU_NUM" />
|
|
|
- <result property="envGpuMem" column="ENV_GPU_MEM" />
|
|
|
- <result property="envDisk" column="ENV_DISK" />
|
|
|
- <result property="envMem" column="ENV_MEM" />
|
|
|
- <result property="deployIp" column="DEPLOY_IP" />
|
|
|
- <result property="deployDir" column="DEPLOY_DIR" />
|
|
|
- <result property="deployPort" column="DEPLOY_PORT" />
|
|
|
- <result property="deployNote" column="DEPLOY_NOTE" />
|
|
|
- <result property="mdInName" column="MD_IN_NAME" />
|
|
|
- <result property="mdInFile" column="MD_IN_FILE" />
|
|
|
- <result property="mdInNote" column="MD_IN_NOTE" />
|
|
|
- <result property="mdOutName" column="MD_OUT_NAME" />
|
|
|
- <result property="mdOutFile" column="MD_OUT_FILE" />
|
|
|
- <result property="mdOutNote" column="MD_OUT_NOTE" />
|
|
|
- <result property="mirrorImageName" column="MIRROR_IMAGE_NAME" />
|
|
|
- <result property="mirrorImageUrl" column="MIRROR_IMAGE_URL" />
|
|
|
- <result property="mirrorImageDesc" column="MIRROR_IMAGE_DESC" />
|
|
|
- <result property="mdAuthUrl" column="MD_AUTH_URL" />
|
|
|
- <result property="createby" column="CREATEBY" />
|
|
|
- <result property="modifyby" column="MODIFYBY" />
|
|
|
- <result property="regUser" column="REG_USER" />
|
|
|
- <result property="sort" column="SORT" />
|
|
|
+ <result property="mdid" column="MDID"/>
|
|
|
+ <result property="name" column="NAME"/>
|
|
|
+ <result property="enname" column="ENNAME"/>
|
|
|
+ <result property="cateid" column="CATEID"/>
|
|
|
+ <result property="devlang" column="DEVLANG"/>
|
|
|
+ <result property="version" column="VERSION"/>
|
|
|
+ <result property="intro" column="INTRO"/>
|
|
|
+ <result property="type" column="TYPE"/>
|
|
|
+ <result property="tags" column="TAGS"/>
|
|
|
+ <result property="kind" column="KIND"/>
|
|
|
+ <result property="purpose" column="PURPOSE"/>
|
|
|
+ <result property="israte" column="ISRATE"/>
|
|
|
+ <result property="weight" column="WEIGHT"/>
|
|
|
+ <result property="devkind" column="DEVKIND"/>
|
|
|
+ <result property="author" column="AUTHOR"/>
|
|
|
+ <result property="ispublic" column="ISPUBLIC"/>
|
|
|
+ <result property="isapproved" column="ISAPPROVED"/>
|
|
|
+ <result property="status" column="STATUS"/>
|
|
|
+ <result property="classname" column="CLASSNAME"/>
|
|
|
+ <result property="mdRunCmd" column="MD_RUN_CMD"/>
|
|
|
+ <result property="mdUrl" column="MD_URL"/>
|
|
|
+ <result property="mdAuth" column="MD_AUTH"/>
|
|
|
+ <result property="mdHeader" column="MD_HEADER"/>
|
|
|
+ <result property="mdSecret" column="MD_SECRET"/>
|
|
|
+ <result property="mdUnit" column="MD_UNIT"/>
|
|
|
+ <result property="mdContact" column="MD_CONTACT"/>
|
|
|
+ <result property="devUnit" column="DEV_UNIT"/>
|
|
|
+ <result property="devContact" column="DEV_CONTACT"/>
|
|
|
+ <result property="whFlag" column="WH_FLAG"/>
|
|
|
+ <result property="whUrl" column="WH_URL"/>
|
|
|
+ <result property="whMethod" column="WH_METHOD"/>
|
|
|
+ <result property="whAuth" column="WH_AUTH"/>
|
|
|
+ <result property="whHeader" column="WH_HEADER"/>
|
|
|
+ <result property="whSecret" column="WH_SECRET"/>
|
|
|
+ <result property="envOs" column="ENV_OS"/>
|
|
|
+ <result property="evnArmX86" column="EVN_ARM_X86"/>
|
|
|
+ <result property="envCpu" column="ENV_CPU"/>
|
|
|
+ <result property="envGpuType" column="ENV_GPU_TYPE"/>
|
|
|
+ <result property="envGpuNum" column="ENV_GPU_NUM"/>
|
|
|
+ <result property="envGpuMem" column="ENV_GPU_MEM"/>
|
|
|
+ <result property="envDisk" column="ENV_DISK"/>
|
|
|
+ <result property="envMem" column="ENV_MEM"/>
|
|
|
+ <result property="deployIp" column="DEPLOY_IP"/>
|
|
|
+ <result property="deployDir" column="DEPLOY_DIR"/>
|
|
|
+ <result property="deployPort" column="DEPLOY_PORT"/>
|
|
|
+ <result property="deployNote" column="DEPLOY_NOTE"/>
|
|
|
+ <result property="mdInName" column="MD_IN_NAME"/>
|
|
|
+ <result property="mdInFile" column="MD_IN_FILE"/>
|
|
|
+ <result property="mdInNote" column="MD_IN_NOTE"/>
|
|
|
+ <result property="mdOutName" column="MD_OUT_NAME"/>
|
|
|
+ <result property="mdOutFile" column="MD_OUT_FILE"/>
|
|
|
+ <result property="mdOutNote" column="MD_OUT_NOTE"/>
|
|
|
+ <result property="mirrorImageName" column="MIRROR_IMAGE_NAME"/>
|
|
|
+ <result property="mirrorImageUrl" column="MIRROR_IMAGE_URL"/>
|
|
|
+ <result property="mirrorImageDesc" column="MIRROR_IMAGE_DESC"/>
|
|
|
+ <result property="mdAuthUrl" column="MD_AUTH_URL"/>
|
|
|
+ <result property="createby" column="CREATEBY"/>
|
|
|
+ <result property="modifyby" column="MODIFYBY"/>
|
|
|
+ <result property="regUser" column="REG_USER"/>
|
|
|
+ <result property="sort" column="SORT"/>
|
|
|
+ <result property="audit" column="AUDIT"/>
|
|
|
</resultMap>
|
|
|
|
|
|
<sql id="selectMdModelInfoVo">
|
|
|
@@ -127,74 +128,80 @@
|
|
|
CREATEBY,
|
|
|
MODIFYBY,
|
|
|
REG_USER,
|
|
|
- SORT
|
|
|
+ SORT,
|
|
|
+ AUDIT
|
|
|
from md_model_info
|
|
|
</sql>
|
|
|
|
|
|
- <select id="selectMdModelInfoList" parameterType="com.ruoyi.interfaces.domain.MdModelInfo" resultMap="MdModelInfoResult">
|
|
|
+ <select id="selectMdModelInfoList" parameterType="com.ruoyi.interfaces.domain.MdModelInfo"
|
|
|
+ resultMap="MdModelInfoResult">
|
|
|
<include refid="selectMdModelInfoVo"/>
|
|
|
<where>
|
|
|
- <if test="name != null and name != ''"> and NAME like concat('%', #{name}, '%')</if>
|
|
|
- <if test="enname != null and enname != ''"> and ENNAME like concat('%', #{enname}, '%')</if>
|
|
|
- <if test="cateid != null and cateid != ''"> and CATEID = #{cateid}</if>
|
|
|
- <if test="devlang != null and devlang != ''"> and DEVLANG = #{devlang}</if>
|
|
|
- <if test="version != null and version != ''"> and VERSION = #{version}</if>
|
|
|
- <if test="intro != null and intro != ''"> and INTRO = #{intro}</if>
|
|
|
- <if test="type != null and type != ''"> and TYPE = #{type}</if>
|
|
|
- <if test="tags != null and tags != ''"> and TAGS = #{tags}</if>
|
|
|
- <if test="kind != null "> and KIND = #{kind}</if>
|
|
|
- <if test="purpose != null "> and PURPOSE = #{purpose}</if>
|
|
|
- <if test="israte != null "> and ISRATE = #{israte}</if>
|
|
|
- <if test="weight != null "> and WEIGHT = #{weight}</if>
|
|
|
- <if test="devkind != null "> and DEVKIND = #{devkind}</if>
|
|
|
- <if test="tags != null and tags != ''"> and TAGS = #{tags}</if>
|
|
|
- <if test="tags != null and tags != ''"> and TAGS = #{tags}</if>
|
|
|
- <if test="author != null and author != ''"> and AUTHOR = #{author}</if>
|
|
|
- <if test="ispublic != null "> and ISPUBLIC = #{ispublic}</if>
|
|
|
- <if test="isapproved != null "> and ISAPPROVED = #{isapproved}</if>
|
|
|
- <if test="status != null "> and STATUS = #{status}</if>
|
|
|
- <if test="classname != null and classname != ''"> and CLASSNAME like concat('%', #{classname}, '%')</if>
|
|
|
- <if test="mdRunCmd != null and mdRunCmd != ''"> and MD_RUN_CMD = #{mdRunCmd}</if>
|
|
|
- <if test="mdUrl != null and mdUrl != ''"> and MD_URL = #{mdUrl}</if>
|
|
|
- <if test="mdAuth != null and mdAuth != ''"> and MD_AUTH = #{mdAuth}</if>
|
|
|
- <if test="mdHeader != null and mdHeader != ''"> and MD_HEADER = #{mdHeader}</if>
|
|
|
- <if test="mdSecret != null and mdSecret != ''"> and MD_SECRET = #{mdSecret}</if>
|
|
|
- <if test="mdUnit != null and mdUnit != ''"> and MD_UNIT = #{mdUnit}</if>
|
|
|
- <if test="mdContact != null and mdContact != ''"> and MD_CONTACT = #{mdContact}</if>
|
|
|
- <if test="devUnit != null and devUnit != ''"> and DEV_UNIT = #{devUnit}</if>
|
|
|
- <if test="devContact != null and devContact != ''"> and DEV_CONTACT = #{devContact}</if>
|
|
|
- <if test="whFlag != null "> and WH_FLAG = #{whFlag}</if>
|
|
|
- <if test="whUrl != null and whUrl != ''"> and WH_URL = #{whUrl}</if>
|
|
|
- <if test="whMethod != null and whMethod != ''"> and WH_METHOD = #{whMethod}</if>
|
|
|
- <if test="whAuth != null and whAuth != ''"> and WH_AUTH = #{whAuth}</if>
|
|
|
- <if test="whHeader != null and whHeader != ''"> and WH_HEADER = #{whHeader}</if>
|
|
|
- <if test="whSecret != null and whSecret != ''"> and WH_SECRET = #{whSecret}</if>
|
|
|
- <if test="envOs != null and envOs != ''"> and ENV_OS = #{envOs}</if>
|
|
|
- <if test="evnArmX86 != null and evnArmX86 != ''"> and EVN_ARM_X86 = #{evnArmX86}</if>
|
|
|
- <if test="envCpu != null "> and ENV_CPU = #{envCpu}</if>
|
|
|
- <if test="envGpuType != null and envGpuType != ''"> and ENV_GPU_TYPE = #{envGpuType}</if>
|
|
|
- <if test="envGpuNum != null "> and ENV_GPU_NUM = #{envGpuNum}</if>
|
|
|
- <if test="envGpuMem != null "> and ENV_GPU_MEM = #{envGpuMem}</if>
|
|
|
- <if test="envDisk != null "> and ENV_DISK = #{envDisk}</if>
|
|
|
- <if test="envMem != null "> and ENV_MEM = #{envMem}</if>
|
|
|
- <if test="deployIp != null and deployIp != ''"> and DEPLOY_IP = #{deployIp}</if>
|
|
|
- <if test="deployDir != null and deployDir != ''"> and DEPLOY_DIR = #{deployDir}</if>
|
|
|
- <if test="deployPort != null and deployPort != ''"> and DEPLOY_PORT = #{deployPort}</if>
|
|
|
- <if test="deployNote != null and deployNote != ''"> and DEPLOY_NOTE = #{deployNote}</if>
|
|
|
- <if test="mdInName != null and mdInName != ''"> and MD_IN_NAME like concat('%', #{mdInName}, '%')</if>
|
|
|
- <if test="mdInFile != null and mdInFile != ''"> and MD_IN_FILE = #{mdInFile}</if>
|
|
|
- <if test="mdInNote != null and mdInNote != ''"> and MD_IN_NOTE = #{mdInNote}</if>
|
|
|
- <if test="mdOutName != null and mdOutName != ''"> and MD_OUT_NAME like concat('%', #{mdOutName}, '%')</if>
|
|
|
- <if test="mdOutFile != null and mdOutFile != ''"> and MD_OUT_FILE = #{mdOutFile}</if>
|
|
|
- <if test="mdOutNote != null and mdOutNote != ''"> and MD_OUT_NOTE = #{mdOutNote}</if>
|
|
|
- <if test="mirrorImageName != null and mirrorImageName != ''"> and MIRROR_IMAGE_NAME like concat('%', #{mirrorImageName}, '%')</if>
|
|
|
- <if test="mirrorImageUrl != null and mirrorImageUrl != ''"> and MIRROR_IMAGE_URL = #{mirrorImageUrl}</if>
|
|
|
- <if test="mirrorImageDesc != null and mirrorImageDesc != ''"> and MIRROR_IMAGE_DESC = #{mirrorImageDesc}</if>
|
|
|
- <if test="mdAuthUrl != null and mdAuthUrl != ''"> and MD_AUTH_URL = #{mdAuthUrl}</if>
|
|
|
- <if test="createby != null "> and CREATEBY = #{createby}</if>
|
|
|
- <if test="modifyby != null "> and MODIFYBY = #{modifyby}</if>
|
|
|
- <if test="regUser != null and regUser != ''"> and REG_USER = #{regUser}</if>
|
|
|
- <if test="sort != null and sort != ''"> and SORT = #{sort}</if>
|
|
|
+ <if test="name != null and name != ''">and NAME like concat('%', #{name}, '%')</if>
|
|
|
+ <if test="enname != null and enname != ''">and ENNAME like concat('%', #{enname}, '%')</if>
|
|
|
+ <if test="cateid != null and cateid != ''">and CATEID = #{cateid}</if>
|
|
|
+ <if test="devlang != null and devlang != ''">and DEVLANG = #{devlang}</if>
|
|
|
+ <if test="version != null and version != ''">and VERSION = #{version}</if>
|
|
|
+ <if test="intro != null and intro != ''">and INTRO = #{intro}</if>
|
|
|
+ <if test="type != null and type != ''">and TYPE = #{type}</if>
|
|
|
+ <if test="tags != null and tags != ''">and TAGS = #{tags}</if>
|
|
|
+ <if test="kind != null ">and KIND = #{kind}</if>
|
|
|
+ <if test="purpose != null ">and PURPOSE = #{purpose}</if>
|
|
|
+ <if test="israte != null ">and ISRATE = #{israte}</if>
|
|
|
+ <if test="weight != null ">and WEIGHT = #{weight}</if>
|
|
|
+ <if test="devkind != null ">and DEVKIND = #{devkind}</if>
|
|
|
+ <if test="tags != null and tags != ''">and TAGS = #{tags}</if>
|
|
|
+ <if test="tags != null and tags != ''">and TAGS = #{tags}</if>
|
|
|
+ <if test="author != null and author != ''">and AUTHOR = #{author}</if>
|
|
|
+ <if test="ispublic != null ">and ISPUBLIC = #{ispublic}</if>
|
|
|
+ <if test="isapproved != null ">and ISAPPROVED = #{isapproved}</if>
|
|
|
+ <if test="status != null ">and STATUS = #{status}</if>
|
|
|
+ <if test="classname != null and classname != ''">and CLASSNAME like concat('%', #{classname}, '%')</if>
|
|
|
+ <if test="mdRunCmd != null and mdRunCmd != ''">and MD_RUN_CMD = #{mdRunCmd}</if>
|
|
|
+ <if test="mdUrl != null and mdUrl != ''">and MD_URL = #{mdUrl}</if>
|
|
|
+ <if test="mdAuth != null and mdAuth != ''">and MD_AUTH = #{mdAuth}</if>
|
|
|
+ <if test="mdHeader != null and mdHeader != ''">and MD_HEADER = #{mdHeader}</if>
|
|
|
+ <if test="mdSecret != null and mdSecret != ''">and MD_SECRET = #{mdSecret}</if>
|
|
|
+ <if test="mdUnit != null and mdUnit != ''">and MD_UNIT = #{mdUnit}</if>
|
|
|
+ <if test="mdContact != null and mdContact != ''">and MD_CONTACT = #{mdContact}</if>
|
|
|
+ <if test="devUnit != null and devUnit != ''">and DEV_UNIT = #{devUnit}</if>
|
|
|
+ <if test="devContact != null and devContact != ''">and DEV_CONTACT = #{devContact}</if>
|
|
|
+ <if test="whFlag != null ">and WH_FLAG = #{whFlag}</if>
|
|
|
+ <if test="whUrl != null and whUrl != ''">and WH_URL = #{whUrl}</if>
|
|
|
+ <if test="whMethod != null and whMethod != ''">and WH_METHOD = #{whMethod}</if>
|
|
|
+ <if test="whAuth != null and whAuth != ''">and WH_AUTH = #{whAuth}</if>
|
|
|
+ <if test="whHeader != null and whHeader != ''">and WH_HEADER = #{whHeader}</if>
|
|
|
+ <if test="whSecret != null and whSecret != ''">and WH_SECRET = #{whSecret}</if>
|
|
|
+ <if test="envOs != null and envOs != ''">and ENV_OS = #{envOs}</if>
|
|
|
+ <if test="evnArmX86 != null and evnArmX86 != ''">and EVN_ARM_X86 = #{evnArmX86}</if>
|
|
|
+ <if test="envCpu != null ">and ENV_CPU = #{envCpu}</if>
|
|
|
+ <if test="envGpuType != null and envGpuType != ''">and ENV_GPU_TYPE = #{envGpuType}</if>
|
|
|
+ <if test="envGpuNum != null ">and ENV_GPU_NUM = #{envGpuNum}</if>
|
|
|
+ <if test="envGpuMem != null ">and ENV_GPU_MEM = #{envGpuMem}</if>
|
|
|
+ <if test="envDisk != null ">and ENV_DISK = #{envDisk}</if>
|
|
|
+ <if test="envMem != null ">and ENV_MEM = #{envMem}</if>
|
|
|
+ <if test="deployIp != null and deployIp != ''">and DEPLOY_IP = #{deployIp}</if>
|
|
|
+ <if test="deployDir != null and deployDir != ''">and DEPLOY_DIR = #{deployDir}</if>
|
|
|
+ <if test="deployPort != null and deployPort != ''">and DEPLOY_PORT = #{deployPort}</if>
|
|
|
+ <if test="deployNote != null and deployNote != ''">and DEPLOY_NOTE = #{deployNote}</if>
|
|
|
+ <if test="mdInName != null and mdInName != ''">and MD_IN_NAME like concat('%', #{mdInName}, '%')</if>
|
|
|
+ <if test="mdInFile != null and mdInFile != ''">and MD_IN_FILE = #{mdInFile}</if>
|
|
|
+ <if test="mdInNote != null and mdInNote != ''">and MD_IN_NOTE = #{mdInNote}</if>
|
|
|
+ <if test="mdOutName != null and mdOutName != ''">and MD_OUT_NAME like concat('%', #{mdOutName}, '%')</if>
|
|
|
+ <if test="mdOutFile != null and mdOutFile != ''">and MD_OUT_FILE = #{mdOutFile}</if>
|
|
|
+ <if test="mdOutNote != null and mdOutNote != ''">and MD_OUT_NOTE = #{mdOutNote}</if>
|
|
|
+ <if test="mirrorImageName != null and mirrorImageName != ''">and MIRROR_IMAGE_NAME like concat('%',
|
|
|
+ #{mirrorImageName}, '%')
|
|
|
+ </if>
|
|
|
+ <if test="mirrorImageUrl != null and mirrorImageUrl != ''">and MIRROR_IMAGE_URL = #{mirrorImageUrl}</if>
|
|
|
+ <if test="mirrorImageDesc != null and mirrorImageDesc != ''">and MIRROR_IMAGE_DESC = #{mirrorImageDesc}
|
|
|
+ </if>
|
|
|
+ <if test="mdAuthUrl != null and mdAuthUrl != ''">and MD_AUTH_URL = #{mdAuthUrl}</if>
|
|
|
+ <if test="createby != null ">and CREATEBY = #{createby}</if>
|
|
|
+ <if test="modifyby != null ">and MODIFYBY = #{modifyby}</if>
|
|
|
+ <if test="regUser != null and regUser != ''">and REG_USER = #{regUser}</if>
|
|
|
+ <if test="sort != null and sort != ''">and SORT = #{sort}</if>
|
|
|
+ <if test="audit != null and audit != ''">and AUDIT = #{audit}</if>
|
|
|
</where>
|
|
|
order by SORT
|
|
|
</select>
|
|
|
@@ -267,6 +274,7 @@
|
|
|
<if test="modifyby != null">MODIFYBY,</if>
|
|
|
<if test="regUser != null">REG_USER,</if>
|
|
|
<if test="sort != null">SORT,</if>
|
|
|
+ <if test="audit != null">AUDIT,</if>
|
|
|
</trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
<if test="mdid != null">#{mdid},</if>
|
|
|
@@ -329,6 +337,7 @@
|
|
|
<if test="modifyby != null">#{modifyby},</if>
|
|
|
<if test="regUser != null">#{regUser},</if>
|
|
|
<if test="sort != null">#{sort},</if>
|
|
|
+ <if test="audit != null">#{audit}</if>
|
|
|
</trim>
|
|
|
</insert>
|
|
|
|
|
|
@@ -397,9 +406,19 @@
|
|
|
</trim>
|
|
|
where MDID = #{mdid}
|
|
|
</update>
|
|
|
+ <update id="updateMdModelInfoAudit">
|
|
|
+ UPDATE md_model_info SET
|
|
|
+ AUDIT = #{audit}
|
|
|
+ where MDID in
|
|
|
+ <foreach item="mdid" collection="mdids" open="(" separator="," close=")">
|
|
|
+ #{mdid}
|
|
|
+ </foreach>
|
|
|
+ </update>
|
|
|
|
|
|
<delete id="deleteMdModelInfoByMdid" parameterType="String">
|
|
|
- delete from md_model_info where MDID = #{mdid}
|
|
|
+ delete
|
|
|
+ from md_model_info
|
|
|
+ where MDID = #{mdid}
|
|
|
</delete>
|
|
|
|
|
|
<delete id="deleteMdModelInfoByMdids" parameterType="String">
|