From 001876ed79400dcf36e0558c1e744e0693ee9020 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 04 三月 2025 10:53:21 +0800
Subject: [PATCH] 流程日志bug、流程推进全部事项分页bug

---
 system/src/main/resources/mapper/system/SysUserPostMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/system/src/main/resources/mapper/system/SysUserPostMapper.xml b/system/src/main/resources/mapper/system/SysUserPostMapper.xml
index a2cd256..4b5b6a4 100644
--- a/system/src/main/resources/mapper/system/SysUserPostMapper.xml
+++ b/system/src/main/resources/mapper/system/SysUserPostMapper.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.hnct.system.mapper.SysUserPostMapper">
+<mapper namespace="com.ycl.system.mapper.SysUserPostMapper">
 
-	<resultMap type="com.hnct.system.domain.SysUserPost" id="SysUserPostResult">
+	<resultMap type="SysUserPost" id="SysUserPostResult">
 		<result property="userId"     column="user_id"      />
 		<result property="postId"     column="post_id"      />
 	</resultMap>

--
Gitblit v1.8.0