datacenter 全球眼 更改数据源为hiking
This commit is contained in:
parent
be97de9e40
commit
c672fb03fd
@ -8,7 +8,6 @@ import cn.iocoder.yudao.module.datacenter.service.camera.CameraService;
|
||||
import com.baomidou.dynamic.datasource.annotation.DS;
|
||||
import io.swagger.v3.oas.annotations.Operation;
|
||||
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||
import org.springframework.cloud.openfeign.FeignClient;
|
||||
import org.springframework.validation.annotation.Validated;
|
||||
import org.springframework.web.bind.annotation.GetMapping;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
@ -28,7 +27,7 @@ public class CameraApi {
|
||||
|
||||
@GetMapping("/selectCameraByPageAndCondition")
|
||||
@Operation(summary = "分页条件查询监控点信息")
|
||||
@DS("slave")
|
||||
@DS("hiking")
|
||||
public Map<String, Object> selectCameraByPageAndCondition(@Valid CameraPageReqVO pageReqVO) {
|
||||
// System.out.println(name);
|
||||
// CameraPageReqVO cameraPageReqVO = new CameraPageReqVO();
|
||||
|
Loading…
Reference in New Issue
Block a user