|
@@ -2347,7 +2347,15 @@ public class SetlListUpldService {
|
|
|
}catch (Exception e){
|
|
|
|
|
|
}
|
|
|
-
|
|
|
+ //出生日期
|
|
|
+ try {
|
|
|
+ if(StringUtil.notBlank(setlinfoUpld.getCertno())){
|
|
|
+ String format = cn.hutool.core.date.DateUtil.format(IdcardUtil.getBirthDate(setlinfoUpld.getCertno()), "yyyy-MM-dd");
|
|
|
+ setlinfoUpld.setBrdy(format);
|
|
|
+ }
|
|
|
+ }catch (Exception e){
|
|
|
+ log.error("e",e);
|
|
|
+ }
|
|
|
|
|
|
//再31天再住院目的
|
|
|
if("-".equals(setlinfoUpld.getDaysRinpPup31())){
|