From 1331a94454661fa97c241aaaa41dd41b342ab62c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwangzhongjie=E2=80=9D?= Date: Wed, 21 Feb 2024 15:01:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/pages/RealTime.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/src/main/ets/pages/RealTime.ets b/entry/src/main/ets/pages/RealTime.ets index 7995a72..33eb061 100644 --- a/entry/src/main/ets/pages/RealTime.ets +++ b/entry/src/main/ets/pages/RealTime.ets @@ -1,6 +1,6 @@ import hilog from '@ohos.hilog'; import apiJudgeSdk from 'libJudgeSdk.so'; -import Judge from './judgeSDK/judge-real' +import Judge from './judgeSDK/utils/judge-real' import {Project,ProjectObj,MarkRule} from './judgeSDK/api/judgeSDK.d' import AccountTable from '../common/database/tables/AccountTable'; import MA_SYSSET from '../common//constants/MA_SYSSET';