zfc 1 год назад
Родитель
Сommit
2f01f3d903

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

@@ -200,6 +200,12 @@ public class YBJServiceImpl implements YBJService {
                     List<Map> maps =  mapList.stream().filter(items -> items.get("selectField_lo3pmohy").equals(dayOfWeek.replace("星期","周"))).collect(Collectors.toList());
                     for (Map map : maps) {
                         Map hashMap = new HashMap();
+                        try {
+                            Thread.sleep(200);
+                        } catch (InterruptedException e) {
+                            throw new RuntimeException(e);
+                        }
+
                         //通过护理时间  护理对象  护理人员验证数据是否已经存在
                         YDParam ydParam1 = YDParam.builder()
                                 .formUuid("FORM-IY966L71PJ8FV10D61M1HBHU6FB320M2765OLM")