Commit cc8e7222a048acc3955f9665f3f79a85d27f7739

Authored by liquanyu
1 parent 599840fe3f

code update

Showing 1 changed file with 4 additions and 1 deletions

platform-biz-patient-service/src/main/java/com/lyms/platform/biz/JdbcUtil.java View file @ cc8e722
... ... @@ -1637,7 +1637,8 @@
1637 1637 public static void syncDataPat1(String hid,MongoTemplate mongoTemplate)
1638 1638 {
1639 1639 try {
1640   - syncPatientData(hid, mongoTemplate,1,3000);
  1640 + System.out.println("eeeeeeeee" + employees.size());
  1641 + syncPatientData(hid, mongoTemplate, 1, 3000);
1641 1642 }
1642 1643 catch (Exception e)
1643 1644 {
... ... @@ -1648,6 +1649,7 @@
1648 1649 public static void syncDataPat2(String hid,MongoTemplate mongoTemplate)
1649 1650 {
1650 1651 try {
  1652 + System.out.println("eeeeeeeee2"+employees.size());
1651 1653 syncPatientData(hid,mongoTemplate,30001,8000);
1652 1654 }
1653 1655 catch (Exception e)
... ... @@ -1659,6 +1661,7 @@
1659 1661 public static void syncDataPat3(String hid,MongoTemplate mongoTemplate)
1660 1662 {
1661 1663 try {
  1664 + System.out.println("eeeeeeeee3"+employees.size());
1662 1665 syncPatientData(hid,mongoTemplate,8001,100000);
1663 1666 }
1664 1667 catch (Exception e)