|
@@ -332,22 +332,6 @@
|
|
|
SELECT id, lib_name from kl_concept
|
|
|
</select>
|
|
|
|
|
|
- <update id="updateById">
|
|
|
- update kl_concept
|
|
|
- <set>
|
|
|
- <if test="libName != null">
|
|
|
- lib_name = #{libName},
|
|
|
- </if>
|
|
|
- <if test="libNameEn != null">
|
|
|
- lib_name_en = #{libNameEn},
|
|
|
- </if>
|
|
|
- <if test="libNameDe != null">
|
|
|
- lib_name_de = #{libNameDe},
|
|
|
- </if>
|
|
|
- </set>
|
|
|
- where id = #{id}
|
|
|
- </update>
|
|
|
-
|
|
|
<update id="updateBatchEn">
|
|
|
<foreach collection="list" item="item" separator=";">
|
|
|
update kl_concept
|