干燥机配套车间生产管理系统/云平台服务端
baoshiwei
2024-11-07 8ac4d9334df66aaf3f06c00d6587d683d033bfc0
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="org.jeecg.modules.quartz.mapper.QuartzJobMapper">
 
    <!-- 根据jobClassName查询 -->
    <select id="findByJobClassName" resultType="org.jeecg.modules.quartz.entity.QuartzJob">
        select * from  sys_quartz_job  where job_class_name = #{jobClassName}
    </select>
</mapper>