马宇豪
2023-03-27 b15cd7543f3cb9136d179a512c24c722390e56ba
src/main/resources/mybatis/doublePrevention/RiskOldInfoMapper.xml
@@ -86,5 +86,8 @@
        order by find_time desc
    </select>
    <select id="getInfoById" resultMap="Result">
        select  *  from risk_old_info where id = #{i}
    </select>
</mapper>