Kaynağa Gözat

提交医保局代码修改添加睡眠

zfc 1 yıl önce
ebeveyn
işleme
e65ddd4e46

+ 13 - 0
mjava-yibaoju/src/main/java/com/malk/yibaoju/service/impl/YBJServiceImpl.java

@@ -126,6 +126,13 @@ public class YBJServiceImpl implements YBJService {
                             hashMap.put("textField_lpgi8scj",map.get("textField_lo701pwy"));  //计划明细id
                             hashMap.put("textField_lq9llmhl",formMap.get("textField_lop4v4qx"));  //护理对象ID
 
+
+                            try {
+                                Thread.sleep(100);
+                            } catch (InterruptedException e) {
+                                throw new RuntimeException(e);
+                            }
+
                             try {
                                 ydClient.operateData(YDParam.builder()
                                         .formUuid("FORM-IY966L71PJ8FV10D61M1HBHU6FB320M2765OLM")
@@ -226,6 +233,12 @@ public class YBJServiceImpl implements YBJService {
                             hashMap.put("employeeField_lo3pmoi6",JSON.parse(map.get("employeeField_lo3pmoi6_id").toString()));  //护理人员姓名-成员
                             hashMap.put("textField_lpgi8scj",map.get("textField_lo701pwy"));  //计划明细id
                             hashMap.put("textField_lq9llmhl",formMap.get("textField_lop4v4qx"));  //护理对象ID
+
+                            try {
+                                Thread.sleep(100);
+                            } catch (InterruptedException e) {
+                                throw new RuntimeException(e);
+                            }
                             try {
                                 ydClient.operateData(YDParam.builder()
                                         .formUuid("FORM-IY966L71PJ8FV10D61M1HBHU6FB320M2765OLM")