| | |
| | | <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> |
| | | |
| | | |
| | |
| | | or |
| | | j.parent_id = #{jurisdiction}) |
| | | </select> |
| | | |
| | | <select id="querySerid" resultType="java.lang.String"> |
| | | SELECT serid from sys_taskqd where id = #{rid} |
| | | </select> |
| | | </mapper> |