This commit is contained in:
Flow 2025-06-27 11:07:42 +08:00
commit 593d3f4698

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();