Commit 82038db64c6dc295cd6f47300641aeb009289bca
1 parent
a82fd87ce7
Exists in
master
and in
6 other branches
两癌筛查
Showing 1 changed file with 1 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/CancerScreeningFacade.java
View file @
82038db
... | ... | @@ -239,6 +239,7 @@ |
239 | 239 | result.put("userName",model.getUsername()); |
240 | 240 | |
241 | 241 | result.put("cardNo",model.getCertificateNum()); |
242 | + result.put("certificateTypeId",model.getCertificateTypeId()); | |
242 | 243 | |
243 | 244 | if (model.getBirthday() != null) { |
244 | 245 | result.put("age", com.lyms.platform.common.utils.StringUtils.unitHandle(DateUtil.getAge(model.getBirthday(), new Date()).toString(), UnitConstants.SUI)); |