Explorar el Código

修改开团添加是否单乐器的选项

周箭河 hace 5 años
padre
commit
fa9da2dedd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/resources/config/mybatis/SchoolMapper.xml

+ 1 - 1
src/main/resources/config/mybatis/SchoolMapper.xml

@@ -74,7 +74,7 @@
 				name_ = #{name},
 			</if>
 			<if test="isSingle != null">
-				is_single = #{isSingle},
+				is_single_ = #{isSingle},
 			</if>
 		</set>
 		WHERE id_ = #{id}