|
@@ -43,9 +43,9 @@ public class Guiji_healthcommission_ServiceImpl extends BaseService implements G
|
|
bean.setSexID("女");
|
|
bean.setSexID("女");
|
|
}
|
|
}
|
|
//2021-11-16 添加
|
|
//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));
|
|
|
|
|
|
+// 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.setBirthday(Data.getString("Birthday"));
|
|
bean.setAddress(Data.getString("Address"));
|
|
bean.setAddress(Data.getString("Address"));
|