|
|
|
@@ -342,7 +342,7 @@ public class WxRentContractController extends BaseController { |
|
|
|
@PostMapping("savePayAccountInfo") |
|
|
|
@SystemControllerLog(description = "租赁合同-保存甲方账户") |
|
|
|
public ResultData savePayAccountInfo(@RequestBody WxPayAccountBill payAccountBill) { |
|
|
|
logger.debug("[" + getIpAddr() + "] WxRentContractController::updateRentContractStatus"); |
|
|
|
logger.debug("[" + getIpAddr() + "] WxRentContractController::savePayAccountInfo"); |
|
|
|
if(StringUtils.isBlank(payAccountBill.getBankAccountName())) { |
|
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL, "甲方银行账户名未填写"); |
|
|
|
} |
|
|
|
|