Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
847c257a53
|
|
@ -58,7 +58,7 @@ public class InterService2 {
|
|||
service.insertClassMeetingData(list);
|
||||
pageNum++;
|
||||
if (pageNum <= (Integer) map.get("TOTAL_PAGE")) {
|
||||
// getProInfo();
|
||||
// getClassMeetingInfo();
|
||||
}
|
||||
}
|
||||
} catch (Exception e) {
|
||||
|
|
@ -87,7 +87,7 @@ public class InterService2 {
|
|||
service.insertClassMeetingPeopleData(list);
|
||||
pageNum++;
|
||||
if (pageNum <= (Integer) map.get("TOTAL_PAGE")) {
|
||||
// getProInfo();
|
||||
// getClassMeetingPeopleInfo();
|
||||
}
|
||||
}
|
||||
} catch (Exception e) {
|
||||
|
|
@ -117,7 +117,7 @@ public class InterService2 {
|
|||
service.insertSingleProjectData(list);
|
||||
pageNum++;
|
||||
if (pageNum <= (Integer) map.get("TOTAL_PAGE")) {
|
||||
// getProInfo();
|
||||
// getSingleProjectInfo();
|
||||
}
|
||||
}
|
||||
} catch (Exception e) {
|
||||
|
|
@ -147,7 +147,7 @@ public class InterService2 {
|
|||
service.insertOnDutyData(list);
|
||||
pageNum++;
|
||||
if (pageNum <= (Integer) map.get("TOTAL_PAGE")) {
|
||||
// getProInfo();
|
||||
// getOnDutyInfo();
|
||||
}
|
||||
}
|
||||
} catch (Exception e) {
|
||||
|
|
@ -177,7 +177,7 @@ public class InterService2 {
|
|||
service.insertRiskPrecautionData(list);
|
||||
pageNum++;
|
||||
if (pageNum <= (Integer) map.get("TOTAL_PAGE")) {
|
||||
// getProInfo();
|
||||
// getRiskPrecautionInfo();
|
||||
}
|
||||
}
|
||||
} catch (Exception e) {
|
||||
|
|
@ -207,7 +207,7 @@ public class InterService2 {
|
|||
service.insertUnitData(list);
|
||||
pageNum++;
|
||||
if (pageNum <= (Integer) map.get("TOTAL_PAGE")) {
|
||||
// getProInfo();
|
||||
// getUnitInfo();
|
||||
}
|
||||
}
|
||||
} catch (Exception e) {
|
||||
|
|
@ -237,7 +237,7 @@ public class InterService2 {
|
|||
service.insertInfoData(list);
|
||||
pageNum++;
|
||||
if (pageNum <= (Integer) map.get("TOTAL_PAGE")) {
|
||||
// getProInfo();
|
||||
// getInfo();
|
||||
}
|
||||
}
|
||||
} catch (Exception e) {
|
||||
|
|
@ -267,7 +267,7 @@ public class InterService2 {
|
|||
service.insertGtData(list);
|
||||
pageNum++;
|
||||
if (pageNum <= (Integer) map.get("TOTAL_PAGE")) {
|
||||
// getProInfo();
|
||||
// getGtInfo();
|
||||
}
|
||||
}
|
||||
} catch (Exception e) {
|
||||
|
|
@ -296,7 +296,7 @@ public class InterService2 {
|
|||
service.insertDeptGcProjectData(list);
|
||||
pageNum++;
|
||||
if (pageNum <= (Integer) map.get("TOTAL_PAGE")) {
|
||||
// getProInfo();
|
||||
// getDeptGcProject();
|
||||
}
|
||||
}
|
||||
} catch (Exception e) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue