16639036659
2022-11-01 be907445d910ac68f032c831a3989cbfcc7c9d8e
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>