16639036659
2023-04-28 69aad4110b31a4a29f2875eb1e33029a95325b4d
src/main/resources/mybatis/tr/HiddenDangerCheckJobMapper.xml
@@ -224,4 +224,10 @@
       )
   </insert>
   <!--HiddenDangerCheckJob getJobById(Long jobId);-->
   <select id="getJobById" resultMap="JobResult">
      select * from tr_hidden_danger_check_job
      where job_id = #{jobId}
   </select>
</mapper>