wangwei 7 éve
szülő
commit
1f4d9d8f69

+ 3 - 4
examcloud-task-api-provider/src/main/java/cn/com/qmth/examcloud/task/api/provider/DataSyncCloudServiceProvider.java

@@ -1,7 +1,5 @@
 package cn.com.qmth.examcloud.task.api.provider;
 
-import org.springframework.stereotype.Service;
-
 import cn.com.qmth.examcloud.commons.web.support.ControllerSupport;
 import cn.com.qmth.examcloud.task.api.DataSyncCloudService;
 import cn.com.qmth.examcloud.task.api.request.SyncCourseReq;
@@ -20,8 +18,9 @@ import cn.com.qmth.examcloud.task.api.response.SyncStudentResp;
  * @date 2018年8月2日
  * @Copyright (c) 2018-? http://qmth.com.cn All Rights Reserved.
  */
-@Service
-public class DataSyncCloudServiceProvider extends ControllerSupport implements DataSyncCloudService {
+public class DataSyncCloudServiceProvider extends ControllerSupport
+		implements
+			DataSyncCloudService {
 
 	private static final long serialVersionUID = -2880611326177571371L;