|
|
@@ -464,6 +464,7 @@ public class AlarmRecordServiceImpl implements IAlarmRecordService {
|
|
|
warningNoticeLogDto.setBeaconTag(beaconTag);
|
|
|
//查询到实验室负责人id 安全责任人id
|
|
|
ResultData<List<CheckSubjectDto>> subjectInfoList = laboratoryService.findSubjectInfoList(String.valueOf(dbStock.getSubjectId()));
|
|
|
+ log.info("5A={}",JSON.toJSONString(subjectInfoList));
|
|
|
StringBuffer userIds = new StringBuffer();
|
|
|
StringBuffer phones = new StringBuffer();
|
|
|
if (HttpStatus.SUCCESS == subjectInfoList.getCode()) {
|
|
|
@@ -480,6 +481,7 @@ public class AlarmRecordServiceImpl implements IAlarmRecordService {
|
|
|
userIds.append(i.getSafeUserId()).append(",").append(i.getAdminId());
|
|
|
phones.append(i.getAdminPhone()).append(",").append(i.getSafeUserPhone());
|
|
|
}
|
|
|
+ log.info("6A={}",JSON.toJSONString(warningNoticeLogDto));
|
|
|
ResultData resultData = laboratoryService.addWarningNoticeLog(warningNoticeLogDto);
|
|
|
if (HttpStatus.SUCCESS != resultData.getCode()) {
|
|
|
return 0;
|