|
|
@ -73,8 +73,8 @@ public class NisReportDownloadWaitHandler extends RedisKeyExpirationHandler {
|
|
|
|
log.info("病案主键:{} 护理采集数量校对开始!", patientId);
|
|
|
|
log.info("病案主键:{} 护理采集数量校对开始!", patientId);
|
|
|
|
boolean verifyNisFileCountResult = verifyNisFileCountAndPushErr(patientId);
|
|
|
|
boolean verifyNisFileCountResult = verifyNisFileCountAndPushErr(patientId);
|
|
|
|
if (verifyNisFileCountResult) {
|
|
|
|
if (verifyNisFileCountResult) {
|
|
|
|
nisQualityControl(patientId);
|
|
|
|
|
|
|
|
tBasicMapper.updateNursCollectState(patientId,1);
|
|
|
|
tBasicMapper.updateNursCollectState(patientId,1);
|
|
|
|
|
|
|
|
nisQualityControl(patientId);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|