Commit 8d1e602d authored by hanfeng's avatar hanfeng

修改订单统计

parent e5e96737
...@@ -12,7 +12,7 @@ public class HomePageOrderData { ...@@ -12,7 +12,7 @@ public class HomePageOrderData {
*/ */
private BigDecimal totalOrders; private BigDecimal totalOrders;
/** /**
* 退还押金总额 * 未退还退还押金总额
*/ */
private BigDecimal totalOutstandingDeposit; private BigDecimal totalOutstandingDeposit;
......
...@@ -38,7 +38,7 @@ public class ServiceTest { ...@@ -38,7 +38,7 @@ public class ServiceTest {
@Test @Test
public void test(){ public void test(){
HomePageOrderData totalOrder = statisticsBiz.getTotalOrder(1); HomePageOrderData totalOrder = statisticsBiz.getTotalOrder(null);
System.out.println(totalOrder); System.out.println(totalOrder);
} }
......
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 to comment