|
|
|
@@ -82,7 +82,7 @@ public class WxRentContractController extends BaseController { |
|
|
|
* @param wxRentContract |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
@GetMapping("buildBillPriceList") |
|
|
|
@PostMapping("buildBillPriceList") |
|
|
|
@SystemControllerLog(description = "租赁合同-生成账单列表金额") |
|
|
|
public ResultData buildBillPriceList(@ModelAttribute WxRentContract wxRentContract) throws Exception{ |
|
|
|
logger.debug("[" + getIpAddr() + "] WxRentContractController::buildBillPriceList"); |
|
|
|
|