|
@@ -78,7 +78,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</insert>
|
|
</insert>
|
|
|
|
|
|
|
|
<update id="updateApplication" parameterType="BmApplication">
|
|
<update id="updateApplication" parameterType="BmApplication">
|
|
|
- update mh_sys_config
|
|
|
|
|
|
|
+ update bm_application
|
|
|
<set>
|
|
<set>
|
|
|
<if test="name != null and name != ''">name = #{name},</if>
|
|
<if test="name != null and name != ''">name = #{name},</if>
|
|
|
<if test="desc != null and desc != ''">description = #{desc},</if>
|
|
<if test="desc != null and desc != ''">description = #{desc},</if>
|