소스 검색

bug 修复

S0025136190 1 년 전
부모
커밋
56b6d7d5ab
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      takai-bigmodel/src/main/resources/mapper/bm/BmApplicationMapper.xml

+ 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>