src/main/java/org/springblade/modules/taskqd/mapper/TaskqdMapper.xml
@@ -23,6 +23,10 @@ <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"/> </resultMap> @@ -88,4 +92,8 @@ or j.parent_id = #{jurisdiction}) </select> <select id="querySerid" resultType="java.lang.String"> SELECT serid from sys_taskqd where id = #{rid} </select> </mapper>