jyy
2021-01-25 b265b9fc41cd9de5bd36c76ec02578e1075de1d1
Merge branch 'api' into hive2.0
1 files modified
2 ■■■ changed files
zq-erp/src/main/resources/mybatis/mapper/hive/SysFollowupDao.xml 2 ●●● patch | view | raw | blame | history
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不添加其他的关联属性 -->