先改状态,再重新质控

3.2.4.44
wyb 2 years ago
parent dbd0ad2ebf
commit 1293eb5c07

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

Loading…
Cancel
Save