master
james.zhao 6 years ago
parent 5152b24816
commit a4cad9ca04

@ -2,7 +2,7 @@
<div th:if="${order_type==1||order_type==2}"> <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> <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> <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}">,您提交的风控材料已被拒绝</span>
<span th:if="${refuse_description != null}"> <span th:if="${refuse_description != null}">
拒绝理由:<span th:text="${refuse_description}" style="background-color: yellow"></span> 拒绝理由:<span th:text="${refuse_description}" style="background-color: yellow"></span>

Loading…
Cancel
Save