|
@@ -4,7 +4,6 @@ import org.springframework.stereotype.Service;
|
|
|
|
|
|
import cn.com.qmth.examcloud.marking.api.MarkResultCloudService;
|
|
|
import cn.com.qmth.examcloud.marking.api.request.GetMarkResultReq;
|
|
|
-import cn.com.qmth.examcloud.marking.api.response.GetMarkResultPageResp;
|
|
|
import cn.com.qmth.examcloud.marking.api.response.GetMarkResultResp;
|
|
|
|
|
|
/**
|
|
@@ -26,8 +25,8 @@ public class MarkResultCloudServiceClient extends AbstractCloudClientSupport
|
|
|
return post("markResult/getMarkResult", req, GetMarkResultResp.class);
|
|
|
}
|
|
|
|
|
|
- @Override
|
|
|
- public GetMarkResultPageResp getMarkResultPage(GetMarkResultReq req) {
|
|
|
- return post("markResult/getMarkResultPage", req, GetMarkResultPageResp.class);
|
|
|
- }
|
|
|
+// @Override
|
|
|
+// public GetMarkResultPageResp getMarkResultPage(GetMarkResultReq req) {
|
|
|
+// return post("markResult/getMarkResultPage", req, GetMarkResultPageResp.class);
|
|
|
+// }
|
|
|
}
|