|
|
|
@ -101,8 +101,8 @@ public class OrderMapperTest { |
|
|
|
|
|
|
|
@Test |
|
|
|
public void mapSumTest(){ |
|
|
|
String starttime ="'2022-05-18 00:00:00'"; |
|
|
|
String endtime="'2022-05-18 23:59:59'"; |
|
|
|
String starttime ="'2022-05-18T00:00:00'"; |
|
|
|
String endtime="'2022-05-18T23:59:59'"; |
|
|
|
String swhere ="(paymenttime between "+starttime+" and "+endtime+") " + |
|
|
|
"and pay_status=2"; |
|
|
|
Map xmap =new HashMap(); |
|
|
|
|