Merge branch 'develop'

master
yixian 4 years ago
commit 3faa1b648f

@ -9,7 +9,7 @@
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>manage</artifactId> <artifactId>manage</artifactId>
<version>2.3.87</version> <version>2.3.87-SNAPSHOT</version>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jib-maven-plugin.version>2.4.0</jib-maven-plugin.version> <jib-maven-plugin.version>2.4.0</jib-maven-plugin.version>

@ -171,13 +171,13 @@
</p> </p>
<dl> <dl>
<dt>The relevant transaction details: (交易详情):</dt> <dt>The relevant transaction details: (交易详情):</dt>
<dd>Order ID: <span th:text="${orderInfo.order_id}"></span></dd> <dd>Order ID: <span th:text="*{orderInfo.order_id}"></span></dd>
<dd>Date & Time: <span th:text="${orderInfo.pay_time}"></span></dd> <dd>Date & Time: <span th:text="*{orderInfo.pay_time}"></span></dd>
<dd>Card Number: <span th:text="${orderInfo.ext_params.card_alias}"></span></dd> <dd>Card Number: <span th:text="*{orderInfo.ext_params.card_alias}"></span></dd>
<dd>Customer Name: <span th:text="${orderInfo.ext_params.name}"></span></dd> <dd>Customer Name: <span th:text="*{orderInfo.ext_params.name}"></span></dd>
<dd>Customer Address: <span th:text="${orderInfo.ext_params.address}"></span></dd> <dd>Customer Address: <span th:text="*{orderInfo.ext_params.address}"></span></dd>
<dd>Amount: <span th:text="|AUD ${orderInfo.clearing_amount}|"></span></dd> <dd>Amount: <span th:text="|AUD *{orderInfo.clearing_amount}|"></span></dd>
<dd>Reason: <span th:text="${description}"></span></dd> <dd>Reason: <span th:text="*{description}"></span></dd>
</dl> </dl>
<p> <p>

Loading…
Cancel
Save