|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
<div th:if="${order_type==1||order_type==2}">
|
|
|
|
|
<b>Dear <span th:text="${bdNamesStr}" th:if="${is_send_client==0}"></span><span th:text="${client.contact_person}" th:if="${is_send_client==1}"></span>:</b>
|
|
|
|
|
<p>
|
|
|
|
|
<span th:text="${hello}"></span>,<span th:text="${bdNamesStr}"></span>
|
|
|
|
|
<span th:text="${hello}"></span>,<span th:text="${bdNamesStr}" th:if="${is_send_client==0}"></span><span th:text="${client.contact_person}" th:if="${is_send_client==1}"></span>
|
|
|
|
|
<span th:if="${refuse}">,您提交的风控材料已被拒绝</span>。
|
|
|
|
|
<span th:if="${refuse_description != null}">
|
|
|
|
|
拒绝理由:<span th:text="${refuse_description}" style="background-color: yellow"></span>。
|
|
|
|
|