Commit 3e912f06126793315ce10e446cae08998f96ebcb

Authored by shiyang
1 parent 61a9052f83

update

Showing 1 changed file with 3 additions and 0 deletions

platform-dal/src/main/java/com/lyms/platform/pojo/QhdDischargedDiagnose.java View file @ 3e912f0
... ... @@ -79,6 +79,9 @@
79 79 if (StringUtils.isNotEmpty(diagnoseName)) {
80 80 condition = condition.and("diagnoseName", diagnoseName, MongoOper.IS);
81 81 }
  82 + if (null!=yn) {
  83 + condition = condition.and("yn", yn, MongoOper.IS);
  84 + }
82 85  
83 86  
84 87 Criteria c = null;