Commit 82efe730 by Huang Linyu

修复null

parent 926835b3
......@@ -18,7 +18,7 @@
<#list list as item>
<tr>
<td><a href="/communeOrder/detail?orderId=${item.orderId}&current=list_paysuccess">${item.orderNo?c}</a></td>
<td><a href="/system/user/${item.uid}/detailByUid" target="_blank">${item.userName}</a></td>
<td><a href="/system/user/${item.uid}/detailByUid" target="_blank">${item.userName!}</a></td>
<td>${item.mobilePhone!}</td>
<td><#if item.orderDate??>${item.orderDate?string("yyyy-MM-dd HH:mm:ss")}<#else></#if></td>
<td>${item.totalAmount!}</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment