S0025136190 1 yıl önce
ebeveyn
işleme
56b6d7d5ab

+ 1 - 1
takai-bigmodel/src/main/resources/mapper/bm/BmApplicationMapper.xml

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