Explorar el Código

sql文件修改

cuixq hace 4 años
padre
commit
4b92eec345

+ 1 - 1
sc-service/src/main/resources/mapper/base/SysUserCompanyRelMapper.xml

@@ -3,7 +3,7 @@
 <mapper namespace="com.huyi.service.base.mapper.SysUserCompanyRelMapper">
 
     <!-- 通用查询映射结果 -->
-    <resultMap id="BaseResultMap" type="com.tianhu.system.entity.SysUserCompanyRel">
+    <resultMap id="BaseResultMap" type="com.huyi.service.base.entity.SysUserCompanyRel">
         <id column="sucr_user_id" property="sucrUserId" />
         <result column="sucr_company_id" property="sucrCompanyId" />
         <result column="sucr_dept_id" property="sucrDeptId" />