同步检验检测状态

This commit is contained in:
lxd 2025-06-27 11:03:37 +08:00
parent b51da52922
commit 06669bf41a

View File

@ -639,6 +639,11 @@ public class InspectPatientController {
ReportData reportData = reportResponse.getData();
// 获取 reportPath
String reportPath = reportData.getReportPath();
String barCodestatus=reportData.getBarCodestatus();
//更新检验检查状态
if (barCodestatus!=null) {
pacsDataService.updatebarcodestatus(medicalSn, model, barCodestatus);
}
if (!reportPath.contains("报告暂未出")) {
StringBuilder sb = new StringBuilder();
InspectPacsDataSaveReqVO inspectPacs = new InspectPacsDataSaveReqVO();