@ -709,7 +709,7 @@ public class DataQualityHomeService extends BaseJpaService {
String start="";
String end="";
if("10".equals(flag)){
start = name.get(i)+"01";
start = name.get(i)+"-01";
end = DateUtil.getLastDate(start, "yyyy-MM-dd", "yyyy-MM-dd");
}else{
start=name.get(i);