935090232@qq.com
2021-05-08 e53fcbe9fe844b7788b29c5106c1ac24d17c5535
zq-erp/src/main/resources/mybatis/mapper/hive/SysFollowupDao.xml
@@ -36,7 +36,7 @@
   </resultMap>
   <select id="selectUserByZaqns" resultMap="com.matrix.system.common.dao.SysUsersDao.SysUsersMap" >
       select su_id,su_name from sys_users where  FIND_IN_SET(#{zans}, su_id)
       select su_id,su_name from sys_users where  FIND_IN_SET(su_id,#{zans})
   </select>
   
   <!-- 定义SysFollowup 的简单map  ,本map不添加其他的关联属性 -->
@@ -395,7 +395,7 @@
      </where>
      order by a.create_time desc
        limit ${offset},${limit}