Merge remote-tracking branch 'origin/master'

This commit is contained in:
haozq 2024-05-08 16:15:12 +08:00
commit 847c257a53
1 changed files with 9 additions and 9 deletions

View File

@ -58,7 +58,7 @@ public class InterService2 {
service.insertClassMeetingData(list); service.insertClassMeetingData(list);
pageNum++; pageNum++;
if (pageNum <= (Integer) map.get("TOTAL_PAGE")) { if (pageNum <= (Integer) map.get("TOTAL_PAGE")) {
// getProInfo(); // getClassMeetingInfo();
} }
} }
} catch (Exception e) { } catch (Exception e) {
@ -87,7 +87,7 @@ public class InterService2 {
service.insertClassMeetingPeopleData(list); service.insertClassMeetingPeopleData(list);
pageNum++; pageNum++;
if (pageNum <= (Integer) map.get("TOTAL_PAGE")) { if (pageNum <= (Integer) map.get("TOTAL_PAGE")) {
// getProInfo(); // getClassMeetingPeopleInfo();
} }
} }
} catch (Exception e) { } catch (Exception e) {
@ -117,7 +117,7 @@ public class InterService2 {
service.insertSingleProjectData(list); service.insertSingleProjectData(list);
pageNum++; pageNum++;
if (pageNum <= (Integer) map.get("TOTAL_PAGE")) { if (pageNum <= (Integer) map.get("TOTAL_PAGE")) {
// getProInfo(); // getSingleProjectInfo();
} }
} }
} catch (Exception e) { } catch (Exception e) {
@ -147,7 +147,7 @@ public class InterService2 {
service.insertOnDutyData(list); service.insertOnDutyData(list);
pageNum++; pageNum++;
if (pageNum <= (Integer) map.get("TOTAL_PAGE")) { if (pageNum <= (Integer) map.get("TOTAL_PAGE")) {
// getProInfo(); // getOnDutyInfo();
} }
} }
} catch (Exception e) { } catch (Exception e) {
@ -177,7 +177,7 @@ public class InterService2 {
service.insertRiskPrecautionData(list); service.insertRiskPrecautionData(list);
pageNum++; pageNum++;
if (pageNum <= (Integer) map.get("TOTAL_PAGE")) { if (pageNum <= (Integer) map.get("TOTAL_PAGE")) {
// getProInfo(); // getRiskPrecautionInfo();
} }
} }
} catch (Exception e) { } catch (Exception e) {
@ -207,7 +207,7 @@ public class InterService2 {
service.insertUnitData(list); service.insertUnitData(list);
pageNum++; pageNum++;
if (pageNum <= (Integer) map.get("TOTAL_PAGE")) { if (pageNum <= (Integer) map.get("TOTAL_PAGE")) {
// getProInfo(); // getUnitInfo();
} }
} }
} catch (Exception e) { } catch (Exception e) {
@ -237,7 +237,7 @@ public class InterService2 {
service.insertInfoData(list); service.insertInfoData(list);
pageNum++; pageNum++;
if (pageNum <= (Integer) map.get("TOTAL_PAGE")) { if (pageNum <= (Integer) map.get("TOTAL_PAGE")) {
// getProInfo(); // getInfo();
} }
} }
} catch (Exception e) { } catch (Exception e) {
@ -267,7 +267,7 @@ public class InterService2 {
service.insertGtData(list); service.insertGtData(list);
pageNum++; pageNum++;
if (pageNum <= (Integer) map.get("TOTAL_PAGE")) { if (pageNum <= (Integer) map.get("TOTAL_PAGE")) {
// getProInfo(); // getGtInfo();
} }
} }
} catch (Exception e) { } catch (Exception e) {
@ -296,7 +296,7 @@ public class InterService2 {
service.insertDeptGcProjectData(list); service.insertDeptGcProjectData(list);
pageNum++; pageNum++;
if (pageNum <= (Integer) map.get("TOTAL_PAGE")) { if (pageNum <= (Integer) map.get("TOTAL_PAGE")) {
// getProInfo(); // getDeptGcProject();
} }
} }
} catch (Exception e) { } catch (Exception e) {