Commit d7890b242018264b50f7c6261526d334ddf36d74
1 parent
7e2e6185c6
Exists in
master
and in
6 other branches
去掉男性的查询
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/TrackDownJobFacade.java
View file @
d7890b2
... | ... | @@ -389,7 +389,7 @@ |
389 | 389 | PremaritalCheckupQuery premaritalCheckupQuery = new PremaritalCheckupQuery(); |
390 | 390 | premaritalCheckupQuery.setYn(YnEnums.YES.getId()); |
391 | 391 | premaritalCheckupQuery.setParentId(model.getId()); |
392 | - premaritalCheckupQuery.setSexType(1); | |
392 | +// premaritalCheckupQuery.setSexType(1); | |
393 | 393 | List<PremaritalCheckup> DATA = premaritalCheckupService.queryPremaritalCheckup(premaritalCheckupQuery); |
394 | 394 | |
395 | 395 | if (CollectionUtils.isEmpty(DATA)) { |