|
@@ -1,6 +1,6 @@
|
|
|
package com.ssj.sys.controller;
|
|
package com.ssj.sys.controller;
|
|
|
|
|
|
|
|
-import com.alibaba.dubbo.config.annotation.Reference;
|
|
|
|
|
|
|
+import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import com.ssj.bean.common.framework.core.domain.Response;
|
|
import com.ssj.bean.common.framework.core.domain.Response;
|
|
|
import com.ssj.bean.sys.imlibuser.TbClassStudent;
|
|
import com.ssj.bean.sys.imlibuser.TbClassStudent;
|
|
|
import com.ssj.bean.sys.imlibuser.TbClassStudentTemp;
|
|
import com.ssj.bean.sys.imlibuser.TbClassStudentTemp;
|
|
@@ -60,65 +60,65 @@ import java.util.*;
|
|
|
public class ImLibUserController extends BaseController {
|
|
public class ImLibUserController extends BaseController {
|
|
|
|
|
|
|
|
|
|
|
|
|
- @Reference(version = "1.0" ,timeout = 60000)
|
|
|
|
|
|
|
+ @Autowired
|
|
|
private TbClassStudentService tbLibImStudentService;
|
|
private TbClassStudentService tbLibImStudentService;
|
|
|
|
|
|
|
|
- @Reference(version = "1.0" ,timeout = 60000)
|
|
|
|
|
|
|
+ @Autowired
|
|
|
private TbClassStudentTempService tbLibImStudentTempService;
|
|
private TbClassStudentTempService tbLibImStudentTempService;
|
|
|
|
|
|
|
|
|
|
|
|
|
- @Reference(version = "1.0" ,timeout = 60000)
|
|
|
|
|
|
|
+ @Autowired
|
|
|
private TbClassTeacherService tbLibImTeacherService;
|
|
private TbClassTeacherService tbLibImTeacherService;
|
|
|
|
|
|
|
|
- @Reference(version = "1.0" ,timeout = 60000)
|
|
|
|
|
|
|
+ @Autowired
|
|
|
private TbClassTeacherTempService tbLibImTeacherTempService;
|
|
private TbClassTeacherTempService tbLibImTeacherTempService;
|
|
|
|
|
|
|
|
- @Reference(version = "1.0" ,timeout = 60000)
|
|
|
|
|
|
|
+ @Autowired
|
|
|
private ConchCommonService conchCommonService;
|
|
private ConchCommonService conchCommonService;
|
|
|
|
|
|
|
|
- @Reference(version = "1.0" ,timeout = 60000)
|
|
|
|
|
|
|
+ @Autowired
|
|
|
private ILibJoinService joinService;
|
|
private ILibJoinService joinService;
|
|
|
|
|
|
|
|
- @Reference(version = "1.0" ,timeout = 60000)
|
|
|
|
|
|
|
+ @Autowired
|
|
|
private LibVipServiceService libVipServiceService;
|
|
private LibVipServiceService libVipServiceService;
|
|
|
|
|
|
|
|
- @Reference(version = "1.0" ,timeout = 60000)
|
|
|
|
|
|
|
+ @Autowired
|
|
|
private ILibVipService libVipService;
|
|
private ILibVipService libVipService;
|
|
|
|
|
|
|
|
- @Reference(version = "1.0" ,timeout = 60000)
|
|
|
|
|
|
|
+ @Autowired
|
|
|
private IBookManagerService managerService;
|
|
private IBookManagerService managerService;
|
|
|
|
|
|
|
|
- @Reference(version = "1.0" ,timeout = 60000)
|
|
|
|
|
|
|
+ @Autowired
|
|
|
private ParentV2Service parentV2Service;
|
|
private ParentV2Service parentV2Service;
|
|
|
|
|
|
|
|
- @Reference(version = "1.0" ,timeout = 60000)
|
|
|
|
|
|
|
+ @Autowired
|
|
|
private UserService userService;
|
|
private UserService userService;
|
|
|
|
|
|
|
|
- @Reference(version = "1.0" ,timeout = 60000)
|
|
|
|
|
|
|
+ @Autowired
|
|
|
private EasemobService easemobService;
|
|
private EasemobService easemobService;
|
|
|
|
|
|
|
|
- @Reference(version = "1.0" ,timeout = 60000)
|
|
|
|
|
|
|
+ @Autowired
|
|
|
private TbClassService tbClassService;
|
|
private TbClassService tbClassService;
|
|
|
|
|
|
|
|
- @Reference(version = "1.0" ,timeout = 60000)
|
|
|
|
|
|
|
+ @Autowired
|
|
|
private TbClassStudentService tbClassStudentService;
|
|
private TbClassStudentService tbClassStudentService;
|
|
|
|
|
|
|
|
- @Reference(version = "1.0" ,timeout = 60000)
|
|
|
|
|
|
|
+ @Autowired
|
|
|
private TbClassStudentTempService tbClassStudentTempService;
|
|
private TbClassStudentTempService tbClassStudentTempService;
|
|
|
|
|
|
|
|
- @Reference(version = "1.0" ,timeout = 60000)
|
|
|
|
|
|
|
+ @Autowired
|
|
|
private TbClassTeacherService tbClassTeacherService;
|
|
private TbClassTeacherService tbClassTeacherService;
|
|
|
|
|
|
|
|
- @Reference(version = "1.0" ,timeout = 60000)
|
|
|
|
|
|
|
+ @Autowired
|
|
|
private TbClassTeacherTempService tbClassTeacherTempService;
|
|
private TbClassTeacherTempService tbClassTeacherTempService;
|
|
|
|
|
|
|
|
- @Reference(version = "1.0" ,timeout = 60000)
|
|
|
|
|
|
|
+ @Autowired
|
|
|
private IBookManagerService bookManagerService;
|
|
private IBookManagerService bookManagerService;
|
|
|
|
|
|
|
|
- @Reference(version = "1.0" ,timeout = 60000)
|
|
|
|
|
|
|
+ @Autowired
|
|
|
private ILibJoinConsumeService joinConsumeService;
|
|
private ILibJoinConsumeService joinConsumeService;
|
|
|
|
|
|
|
|
- @Reference(version = "1.0" ,timeout = 60000)
|
|
|
|
|
|
|
+ @Autowired
|
|
|
private CuratorV1Service curatorV1Service;
|
|
private CuratorV1Service curatorV1Service;
|
|
|
|
|
|
|
|
|
|
|