|
|
|
@@ -58,13 +58,6 @@ public class WxBillRentController extends BaseController { |
|
|
|
return wxBillRentService.saveOrUpdate(wxBillRent, getUser()); |
|
|
|
} |
|
|
|
|
|
|
|
@PostMapping("updateReceiveDatePatch") |
|
|
|
@SystemControllerLog(description = "租赁押金账单-更新") |
|
|
|
public ResultData updateReceiveDatePatch(@RequestBody WxBillRent wxBillRent) { |
|
|
|
logger.debug("[" + getIpAddr() + "] WxBillRentController::updateReceiveDatePatch"); |
|
|
|
return wxBillRentService.saveOrUpdate(wxBillRent, getUser()); |
|
|
|
} |
|
|
|
|
|
|
|
@GetMapping("/del") |
|
|
|
@ApiImplicitParam(name = "id", value = "id", dataType = "Long", paramType = "query", required = true) |
|
|
|
@SystemControllerLog(description = "租赁押金账单-删除") |
|
|
|
@@ -126,4 +119,16 @@ public class WxBillRentController extends BaseController { |
|
|
|
return wxBillRentService.updateLatePayStatus(wxBillRent); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
* 批量修改到账日期 |
|
|
|
* @param wxBillRent |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
@PostMapping("updateReceiveDatePatch") |
|
|
|
@SystemControllerLog(description = "批量修改到账日期") |
|
|
|
public ResultData updateReceiveDatePatch(@RequestBody WxBillRent wxBillRent) { |
|
|
|
logger.debug("[" + getIpAddr() + "] WxBillRentController::updateReceiveDatePatch"); |
|
|
|
return wxBillRentService.updateReceiveDatePatch(wxBillRent); |
|
|
|
} |
|
|
|
} |