Commit 0b3936f535c7880987a86e9d8f335df510910b1b
1 parent
bac3e86198
Exists in
master
and in
6 other branches
update
Showing 2 changed files with 3 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ResidentsArchiveFacade.java
View file @
0b3936f
| ... | ... | @@ -293,6 +293,9 @@ |
| 293 | 293 | //修改数据 |
| 294 | 294 | try { |
| 295 | 295 | ResidentsArchiveModel model = addRequest.convertToDataModel(); |
| 296 | + //修改数据时候不改变是否婚检状态 | |
| 297 | + model.setCheckup(null); | |
| 298 | + | |
| 296 | 299 | model.setModified(new Date()); |
| 297 | 300 | // model.setPublishId(String.valueOf(userId)); |
| 298 | 301 | Users users = usersService.getUsers(userId); |
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PreEugebicsServiceImpl.java
View file @
0b3936f
| ... | ... | @@ -616,7 +616,6 @@ |
| 616 | 616 | e.printStackTrace(); |
| 617 | 617 | } |
| 618 | 618 | } |
| 619 | - System.out.println(query.convertToQuery().convertToMongoQuery().toString()); | |
| 620 | 619 | int hjCount = residentsArchiveService.queryResidentCount(query.convertToQuery()); |
| 621 | 620 | hjAllCount+=hjCount; |
| 622 | 621 | Query yquery = new Query(); |