Commit ba6784a8 by guojuxing

管理员数据转移

parent 6953f494
......@@ -7,7 +7,6 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import com.gic.auth.service.UserApiService;
import com.gic.auth.service.UserMoveApiService;
import com.gic.commons.webapi.reponse.RestResponse;
import com.gic.enterprise.utils.ResultControllerUtils;
......@@ -23,8 +22,6 @@ import com.gic.enterprise.utils.ResultControllerUtils;
public class UserDataMoveController {
private final Logger logger = LogManager.getLogger(UserDataMoveController.class);
@Autowired
private UserMoveApiService userMoveApiService;
@Autowired
private UserApiService userApiService;
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment