Commit 3497c57e0261f123c14a427aae43232fdcc27ec7
1 parent
a9ae93b95f
Exists in
master
and in
6 other branches
预约建档
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/RemoteController.java
View file @
3497c57
... | ... | @@ -89,8 +89,8 @@ |
89 | 89 | LoginContext loginState = (LoginContext) request.getAttribute("loginContext"); |
90 | 90 | ArchiveDataQuery query = new ArchiveDataQuery(); |
91 | 91 | query.setIdCard(idCard); |
92 | -// query.setCardNum(cardNum); | |
93 | -// query.setPhone(phone); | |
92 | + query.setCardNum(cardNum); | |
93 | + query.setPhone(phone); | |
94 | 94 | List<ArchiveData> list = archiveDataServicer.query(query.convertToQuery()); |
95 | 95 | |
96 | 96 | if (CollectionUtils.isEmpty(list) && StringUtils.isNotEmpty(cardNum)) |