|
@@ -42,11 +42,11 @@ public class Guiji_healthcommission_ServiceImpl extends BaseService implements G
|
|
|
} else if (sex != null && sex.equals("2")) {
|
|
|
bean.setSexID("女");
|
|
|
}
|
|
|
- //2021-10-21 添加
|
|
|
+ //2021-11-16 添加
|
|
|
SimpleDateFormat sdf= new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
|
|
Date date = new Date(System.currentTimeMillis());
|
|
|
-
|
|
|
bean.setCd_time(sdf.format(date));
|
|
|
+
|
|
|
bean.setBirthday(Data.getString("Birthday"));
|
|
|
bean.setAddress(Data.getString("Address"));
|
|
|
bean.setFMName(Data.getString("FMName"));
|