Commit f200afb3fea2fc301fe9d881d7a088f274ca50c4
1 parent
27693aa6f9
Exists in
master
and in
8 other branches
修改产检删除
Showing 1 changed file with 1 additions and 1 deletions
platform-dal/src/main/java/com/lyms/platform/query/PatientsQuery.java
View file @
f200afb
... | ... | @@ -772,7 +772,7 @@ |
772 | 772 | condition = condition.and("cityId", cityId, MongoOper.IS); |
773 | 773 | } |
774 | 774 | if(StringUtils.isNotEmpty(provinceId)){ |
775 | - condition = condition.and("provinceId", cityId, MongoOper.IS); | |
775 | + condition = condition.and("provinceId", provinceId, MongoOper.IS); | |
776 | 776 | } |
777 | 777 | //户籍地 |
778 | 778 | if(StringUtils.isNotEmpty(provinceRegisterId)){ |