Commit 6a87b996 authored by libin's avatar libin

租车订单统计

parent 2ef7bddf
...@@ -43,7 +43,7 @@ public class ServiceTest { ...@@ -43,7 +43,7 @@ public class ServiceTest {
@Test @Test
public void testMemberStatisticsInsert(){ public void testMemberStatisticsInsert(){
Date date = cn.hutool.core.date.DateTime.of("2019-11-17", "yyyy-MM-dd").toJdkDate(); Date date = cn.hutool.core.date.DateTime.of("2019-11-17", "yyyy-MM-dd").toJdkDate();
orderMemberReceivedStatisticsBiz.orderMemberReceivedStatistics(date); //orderMemberReceivedStatisticsBiz.orderMemberReceivedStatistics(date);
} }
......
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