|
|
|
@@ -217,9 +217,9 @@ public class WxPropertyContractController extends WxContractBaseController { |
|
|
|
@ApiImplicitParam(name = "id", value = "id", dataType = "Long", paramType = "query", required = true) |
|
|
|
public ResultData findById(Long id) { |
|
|
|
logger.debug("[" + getIpAddr() + "] WxPropertyContractController::findById"); |
|
|
|
WxBillProperty wxBillProperty = new WxBillProperty(); |
|
|
|
wxBillProperty.updateTenantInfo(getTenantInfo()); |
|
|
|
wxBillPropertyService.updateBillStatus(wxBillProperty); |
|
|
|
// WxBillProperty wxBillProperty = new WxBillProperty(); |
|
|
|
// wxBillProperty.updateTenantInfo(getTenantInfo()); |
|
|
|
// wxBillPropertyService.updateBillStatus(wxBillProperty); |
|
|
|
try { |
|
|
|
Map<String, Object> data = wxPropertyContractService.getById(id); |
|
|
|
return new ResultData(data); |
|
|
|
|