Merge branch 'main' of http://123.57.244.246:3000/Flow/inspect-backend
This commit is contained in:
commit
593d3f4698
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user