洪城义警-正式版后台
zengh
2022-02-25 aa059e8c46793218c13c576727c109ccd06b7095
src/main/java/org/springblade/modules/taskqd/mapper/TaskqdMapper.xml
@@ -23,6 +23,11 @@
        <result column="publisher" property="publisher"/>
        <result column="fid" property="fid"/>
        <result column="fname" property="fname"/>
        <result column="gather" property="gather"/>
        <result column="gathername" property="gathername"/>
        <result column="tasktype" property="tasktype"/>
        <result column="phone" property="phone"/>
        <result column="train" property="train"/>
    </resultMap>
@@ -53,9 +58,11 @@
    </select>
    <select id="queryReceiver" resultType="java.util.HashMap">
        SELECT *
        SELECT u.* ,
       r.role_name
        FROM blade_user
        WHERE id in (${serid})
        LEFT JOIN ( SELECT id, role_name FROM blade_role ) r on u.role_id = r.id
        WHERE u.id in (${serid})
    </select>
    <select id="selectLi" resultMap="taskResultMap">