|
@ -748,7 +748,7 @@ public class DataQualityHomeService extends BaseJpaService {
|
|
|
List<String> name = new ArrayList<>();
|
|
|
if("10".equals(flag)){//按月
|
|
|
for(int i=6;i>0;i--){
|
|
|
String start = DateUtil.formatDate(DateUtil.addMonth(0-i, DateUtil.formatCharDateYMD(month+"-01")), "yyyy-MM");
|
|
|
String start = DateUtil.formatDate(DateUtil.addMonth(1-i, DateUtil.formatCharDateYMD(month+"-01")), "yyyy-MM");
|
|
|
name.add(start);
|
|
|
}
|
|
|
}else{//按日
|