|
|
|
@@ -872,6 +872,7 @@ public class WxRentContractServiceImpl implements WxRentContractService { |
|
|
|
}
|
|
|
|
//重新查一次
|
|
|
|
wxRentContract = wxRentContractMapper.selectById(record.getId());
|
|
|
|
record.setRentShopType(wxRentContract.getRentShopType());
|
|
|
|
return new ResultData(Result.SUCCESS, "保存租赁合同信息成功", wxRentContract);
|
|
|
|
}
|
|
|
|
|
|
|
|
|