|
@@ -35,7 +35,7 @@ public class BEH0494 extends QCCatalogue {
|
|
|
if (null != redisUtil.get(sign)) {
|
|
|
surgeon = (Map)redisUtil.get(sign);
|
|
|
String prof = surgeon.get("职称").trim();
|
|
|
- if (null != prof && surgeon.equals(prof)) {
|
|
|
+ if (null != prof && prof.contains("医师")) {
|
|
|
cnt += 1;
|
|
|
}
|
|
|
}
|