|
|
@ -39,10 +39,10 @@ public class ApiCustomPersonroomController { |
|
|
|
* @Author wgf |
|
|
|
* @Date 2022/6/9 11:27 |
|
|
|
**/ |
|
|
|
@GetMapping("getPlotOption") |
|
|
|
@GetMapping("getPlotOptionApp") |
|
|
|
public Result getPlotOption(EpidemicPlotCoordinateDTO formDto) { |
|
|
|
// ValidatorUtils.validateEntity(formDto);
|
|
|
|
return customPersonroomService.getPlotOption(formDto); |
|
|
|
return customPersonroomService.getPlotOptionApp(formDto); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
@ -51,10 +51,10 @@ public class ApiCustomPersonroomController { |
|
|
|
* @Author wgf |
|
|
|
* @Date 2022/6/9 11:27 |
|
|
|
**/ |
|
|
|
@GetMapping("getBuildingOption") |
|
|
|
public Result getBuildingOption(EpidemicPlotBuildingDTO formDto) { |
|
|
|
@GetMapping("getBuildingOptionApp") |
|
|
|
public Result getBuildingOptionApp(EpidemicPlotBuildingDTO formDto) { |
|
|
|
// ValidatorUtils.validateEntity(formDto);
|
|
|
|
return customPersonroomService.getBuildingOption(formDto); |
|
|
|
return customPersonroomService.getBuildingOptionApp(formDto); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|