Your Name
2023-02-15 c7dfb851ce8e131ffcd7da1abe24d04db6166bfc
src/main/resources/mybatis/tr/BaseCheckPointMapper.xml
@@ -93,5 +93,10 @@
            #{checkPointId}
        </foreach>
    </delete>
<!--    BaseCheckPoint getBaseCheckPointById(Long checkPointId);-->
    <select id="getBaseCheckPointById" resultType="com.ruoyi.project.tr.baseCheckPoint.domain.BaseCheckPoint">
        select * from tr_base_check_point where check_point_id = #{checkPointId}
    </select>
</mapper>