双重预防项目-国泰新华二开定制版
马宇豪
2023-08-25 aa2051a2327c079105110f5424f3a44ffaa0c7bb
src/main/resources/mybatis/doublePrevention/PreventTaskTypeMapper.xml
@@ -18,5 +18,11 @@
        select * from prevent_task_type where delete_status = 0 and task_id = #{taskId}
    </select>
<!--    List<PreventTaskType> getInfoByJobId(Long jobId);-->
    <select id="getInfoByJobId" resultMap="BaseResultMap">
        select * from prevent_task_type where delete_status = 0 and job_id = #{jobId}
    </select>
</mapper>