|
@@ -17,7 +17,6 @@ import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
import java.math.BigDecimal;
|
|
import java.math.BigDecimal;
|
|
-import java.text.ParseException;
|
|
|
|
import java.util.ArrayList;
|
|
import java.util.ArrayList;
|
|
import java.util.HashMap;
|
|
import java.util.HashMap;
|
|
import java.util.List;
|
|
import java.util.List;
|
|
@@ -339,8 +338,6 @@ public class BytedanceReportServiceImpl implements IBytedanceReportService {
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|
|
}
|
|
}
|
|
-
|
|
|
|
- System.err.println(accountJson);
|
|
|
|
return accountJson;
|
|
return accountJson;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -538,8 +535,6 @@ public class BytedanceReportServiceImpl implements IBytedanceReportService {
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|
|
|
|
|
|
}
|
|
}
|
|
-
|
|
|
|
- System.err.println(detail);
|
|
|
|
return detail;
|
|
return detail;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -632,14 +627,7 @@ public class BytedanceReportServiceImpl implements IBytedanceReportService {
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|
|
}
|
|
}
|
|
|
|
|
|
- System.err.println(reportList);
|
|
|
|
return reportList;
|
|
return reportList;
|
|
}
|
|
}
|
|
|
|
|
|
- public static void main(String[] args) throws ParseException {
|
|
|
|
- String nowDate = DateUtils.getNowDate("yyyy-MM-dd");
|
|
|
|
- String anotherDay = DateUtils.getAnotherDay("yyyy-MM-dd", nowDate, -1);
|
|
|
|
- String endDate = DateUtils.getMonthBefore("yyyy-MM-dd", anotherDay, -3);
|
|
|
|
- System.err.println(endDate);
|
|
|
|
- }
|
|
|
|
}
|
|
}
|