he2802 4 лет назад
Родитель
Сommit
5d1f923b00

+ 3 - 3
zhongzheng-system/src/main/resources/mapper/modules/user/SchoolMapper.xml

@@ -2,9 +2,9 @@
 <!DOCTYPE mapper
 PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
 "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="com.zhongzheng.system.mapper.SchoolMapper">
+<mapper namespace="com.zhongzheng.modules.user.mapper.SchoolMapper">
 
-    <resultMap type="com.zhongzheng.system.domain.School" id="SchoolResult">
+    <resultMap type="com.zhongzheng.modules.user.domain.School" id="SchoolResult">
         <result property="id" column="id"/>
         <result property="schoolTypeId" column="school_type_id"/>
         <result property="schoolName" column="school_name"/>
@@ -16,4 +16,4 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
     </resultMap>
 
 
-</mapper>
+</mapper>