1
This commit is contained in:
@@ -112,7 +112,7 @@ public class OrderUtil {
|
||||
|
||||
//+ "金额:" + orderRow.getActualCosPrice() + "\r"
|
||||
+ "比例:" + orderRow.getCommissionRate() + "\r"
|
||||
+ "佣金:" + orderRow.getEstimateFee() + "\r\n"
|
||||
+ "[Packet] 佣金:" + orderRow.getEstimateFee() + "\r\n"
|
||||
|
||||
+ "下单:" + formatter.format(orderRow.getOrderTime()) + "\r"
|
||||
+ "完成:" + (orderRow.getFinishTime() != null ? formatter.format(orderRow.getFinishTime()) : "未完成") + "\r";
|
||||
|
||||
Reference in New Issue
Block a user