44323
2023-10-11 f7e51fc7c91e474e5c0bcc79c47f074c0a59b5c3
cloud-server-other/src/main/resources/mapper/SiteLockMapper.xml
@@ -3,4 +3,9 @@
<mapper namespace="com.dsh.other.mapper.SiteLockMapper">
    <select id="getListById" resultType="com.dsh.other.model.dto.siteDto.TSiteLockDTO">
        select * from t_site_lock
        where siteId = #{id}
        and endTime > NOW()
    </select>
</mapper>