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>