|
|
|
@@ -57,8 +57,7 @@ public class WxBillPropertyController extends BaseController { |
|
|
|
@SystemControllerLog(description = "物业账单-更新") |
|
|
|
public ResultData update(@RequestBody WxBillProperty wxBillProperty) { |
|
|
|
logger.debug("[" + getIpAddr() + "] WxBillPropertyController::update"); |
|
|
|
wxBillPropertyService.saveOrUpdate(wxBillProperty, getUser()); |
|
|
|
return new ResultData(); |
|
|
|
return wxBillPropertyService.saveOrUpdate(wxBillProperty, getUser()); |
|
|
|
} |
|
|
|
|
|
|
|
@GetMapping("/del") |
|
|
|
|