|
|
@@ -190,8 +190,13 @@ public class WxRentContractController extends BaseController { |
|
|
WxBillRent wxBillRent = new WxBillRent(); |
|
|
WxBillRent wxBillRent = new WxBillRent(); |
|
|
wxBillRent.setTenantId(getTenantId()); |
|
|
wxBillRent.setTenantId(getTenantId()); |
|
|
wxBillRentService.updateBillStatus(wxBillRent); |
|
|
wxBillRentService.updateBillStatus(wxBillRent); |
|
|
Map<String, Object> data = wxRentContractService.getById(id); |
|
|
|
|
|
return new ResultData(data); |
|
|
|
|
|
|
|
|
try { |
|
|
|
|
|
Map<String, Object> data = wxRentContractService.getById(id); |
|
|
|
|
|
return new ResultData(data); |
|
|
|
|
|
} catch (MallinkException e) { |
|
|
|
|
|
logger.error(e.getMessage()); |
|
|
|
|
|
return new ResultData(e.getErrorCode(), e.getMessage()); |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@RequestMapping("/download") |
|
|
@RequestMapping("/download") |
|
|
|