|
|
|
@ -3,7 +3,7 @@ package com.weaver.seconddev.jcl.organization.controller;
|
|
|
|
|
|
|
|
|
|
import com.weaver.common.authority.annotation.WeaPermission;
|
|
|
|
|
import com.weaver.common.base.entity.result.WeaResult;
|
|
|
|
|
import com.weaver.seconddev.jcl.common.web.EmployeeCommonController;
|
|
|
|
|
import com.weaver.seconddev.jcl.common.web.BaseCommonController;
|
|
|
|
|
import com.weaver.seconddev.jcl.organization.entity.Employee;
|
|
|
|
|
import com.weaver.seconddev.jcl.organization.entity.PendingEmployee;
|
|
|
|
|
import com.weaver.seconddev.jcl.organization.service.EmployeeInformationService;
|
|
|
|
@ -27,7 +27,7 @@ import java.util.Map;
|
|
|
|
|
@Slf4j
|
|
|
|
|
@RestController
|
|
|
|
|
@RequestMapping("/api/secondev/jcl/employeeInformation")
|
|
|
|
|
public class EmployeeInformationController extends EmployeeCommonController {
|
|
|
|
|
public class EmployeeInformationController extends BaseCommonController {
|
|
|
|
|
|
|
|
|
|
@Autowired
|
|
|
|
|
private EmployeeInformationService employeeInformationService;
|
|
|
|
|