This commit is contained in:
Park Byung Eun 2022-08-17 06:23:10 +00:00
parent 7c89e9f1ab
commit 91f29e4f32

View File

@ -200,7 +200,7 @@
<!-- 은행명, 계좌번호, 예금주-->
{{ withdraw.getBankName() }}
<hr style="margin: 7px 0px" />
LV{{ withdraw.getAccountNumber() }}
{{ withdraw.getAccountNumber() }}
<hr style="margin: 7px 0px" />
{{ withdraw.getName() }}
</div>