Your Name
2022-11-11 b47b351ba838b9ca0c70fae7cc3a64d4026e7356
src/main/resources/mybatis/tr/HiddenDangerCheckJobMapper.xml
@@ -226,8 +226,8 @@
   <!--HiddenDangerCheckJob getJobById(Long jobId);-->
   <select id="getJobById" resultType="com.ruoyi.project.tr.HiddenDangerCheckJob.domain.HiddenDangerCheckJob">
   <select id="getJobById" resultMap="JobResult">
      select * from tr_hidden_danger_check_job
      where id = #{jobId}
      where job_id = #{jobId}
   </select>
</mapper>