|
|
|
@ -6,7 +6,7 @@ import com.docus.log.context.TrackHelper;
|
|
|
|
|
import com.docus.server.record.pojo.dto.TBasicDTO;
|
|
|
|
|
import com.docus.server.record.service.ITBasicService;
|
|
|
|
|
import com.docus.server.visitor.VisitorProcessor;
|
|
|
|
|
import com.docus.server.ws.IBasicService;
|
|
|
|
|
import com.docus.server.ws.IBasicServer;
|
|
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
|
|
|
@ -22,7 +22,7 @@ import javax.annotation.Resource;
|
|
|
|
|
*/
|
|
|
|
|
@Service
|
|
|
|
|
@Slf4j
|
|
|
|
|
public class BasicServiceImpl implements IBasicService {
|
|
|
|
|
public class BasicServerImpl implements IBasicServer {
|
|
|
|
|
@Resource
|
|
|
|
|
private ITBasicService tBasicService;
|
|
|
|
|
|