Commit 32a29f4a38b5a1786ed8ed11b3f5a0d256bf9b64
1 parent
555fe2365e
Exists in
master
update bug
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/FolicAcidFacade.java
View file @
32a29f4
| ... | ... | @@ -10,6 +10,7 @@ | 
| 10 | 10 | import com.lyms.platform.common.result.BaseObjectResponse; | 
| 11 | 11 | import com.lyms.platform.common.result.BaseResponse; | 
| 12 | 12 | import com.lyms.platform.common.utils.DateUtil; | 
| 13 | +import com.lyms.platform.common.utils.DefenceUtils; | |
| 13 | 14 | import com.lyms.platform.common.utils.ExcelUtil; | 
| 14 | 15 | import com.lyms.platform.common.utils.SystemConfig; | 
| 15 | 16 | import com.lyms.platform.operate.web.request.FolicAcidAddRequest; | 
| ... | ... | @@ -332,7 +333,7 @@ | 
| 332 | 333 | map.put("id",data.getId()); | 
| 333 | 334 | ResidentsArchiveModel model = residentsArchiveService.getResident(data.getParentId()); | 
| 334 | 335 | map.put("username",model.getUsername()); | 
| 335 | - map.put("certificateNum",model.getCertificateNum()); | |
| 336 | + map.put("certificateNum", DefenceUtils.getId(model.getCertificateNum())); | |
| 336 | 337 | map.put("phone", FunvCommonUtil.getXingPhone(model.getPhone())); | 
| 337 | 338 | map.put("drawTime", DateUtil.getyyyy_MM_dd(data.getDrawTime())); | 
| 338 | 339 | map.put("drawCount", data.getDrawCount()); |