|
|
|
@@ -392,6 +392,15 @@ public class WxRentContractController extends BaseController { |
|
|
|
wxRentContractService.endContract(wxRentContract); |
|
|
|
return new ResultData(); |
|
|
|
} |
|
|
|
|
|
|
|
@GetMapping("/getContractByContractNumber") |
|
|
|
@SystemControllerLog(description = "租赁合同-通过合同编号查询信息") |
|
|
|
public ResultData getContractByContractNumber(@ModelAttribute WxRentContract wxRentContract) { |
|
|
|
logger.debug("[" + getIpAddr() + "] WxRentContractController::getContractByContractNumber"); |
|
|
|
wxRentContract.setTenantId(getTenantId()); |
|
|
|
return wxRentContractService.getContractByContractNumber(wxRentContract); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|