|
@@ -199,7 +199,7 @@ public class BehospitalInfoFacade extends BehospitalInfoServiceImpl {
|
|
|
mapAllMr.put("hospital_id", hospitalId);
|
|
|
mapAllMr.put("check_type", 1);
|
|
|
QueryWrapper<MedCheckInfo> medCheckInfoMr = new QueryWrapper<>();
|
|
|
- medCheckInfoQuerys.allEq(mapAll);
|
|
|
+ medCheckInfoMr.allEq(mapAllMr);
|
|
|
int countMr = medCheckInfoFacade.count(medCheckInfoMr);
|
|
|
if (countMr > 0) {
|
|
|
res.put("mrStatus", 1);
|