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