Commit d6399c652f7ed750784705d34dfcb63a8b4e164d
1 parent
36abcf74b5
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/SmnFacade.java
View file @
d6399c6
... | ... | @@ -365,7 +365,7 @@ |
365 | 365 | param.setOrgProvinceId(org.getProvinceId()); |
366 | 366 | param.setOrgCityId(org.getCityId()); |
367 | 367 | param.setOrgAreaId(org.getAreaId()); |
368 | - param.setYbNum(usersService.getSmnSeq(hospitalId)); | |
368 | + param.setYbNum(param.getHusbandCardNo().substring(param.getHusbandCardNo().length() - 6)+usersService.getSmnSeq(hospitalId)); | |
369 | 369 | param.setHospitalId(hospitalId); |
370 | 370 | param.setStatus(2); |
371 | 371 | param.setCreated(new Date()); |