|
|
|
@@ -69,12 +69,12 @@ public class WxPropertyContractController extends BaseController |
|
|
|
wxPropertyContractService.download(request,response,getTenantId()); |
|
|
|
} |
|
|
|
|
|
|
|
@GetMapping("/getRentContractStatusInfo") |
|
|
|
public ResultData getRentContractStatusInfo() { |
|
|
|
@GetMapping("/getPropertyContractStatusInfo") |
|
|
|
public ResultData getPropertyContractStatusInfo() { |
|
|
|
return new ResultData(Result.SUCCESS, "查询成功", wxPropertyContractService.getRentContractStatusInfo(getTenantId())); |
|
|
|
} |
|
|
|
|
|
|
|
@GetMapping("/endRentContract") |
|
|
|
@GetMapping("/endPropertyContract") |
|
|
|
@ApiImplicitParam(name = "id", value = "id", dataType = "Long", paramType = "query", required = true) |
|
|
|
public ResultData endRentContract(Long id) { |
|
|
|
return wxPropertyContractService.endRentContract(id); |
|
|
|
|