@@ -230,7 +230,7 @@ public class AppReportServiceImpl implements AppReportService {
int size=strs.length;
//月
if(size==2){
- str = str.split("-")[1]+"-"+str.split("-")[2];
+ str = str.split("-")[2];
}else if(size==3){
//日