|
@@ -668,6 +668,11 @@ public class MzPatientMiController {
|
|
|
return resultMap;
|
|
|
}
|
|
|
Integer total = hybirdTestService.queryCountHybirdTest(hybirdTest);
|
|
|
+ if(total==0){
|
|
|
+ resultMap.put("code", -1);
|
|
|
+ resultMap.put("message", "未查询到混检信息");
|
|
|
+ return resultMap;
|
|
|
+ }
|
|
|
List<HybirdTest> hybirdTestList = hybirdTestService.queryHybirdTestWithPage(hybirdTest);
|
|
|
if(hybirdTestList!=null && hybirdTestList.size()>0){
|
|
|
for (HybirdTest ht:hybirdTestList){
|