wangjinsheng 3 vuotta sitten
vanhempi
commit
bb6d1a918c

+ 3 - 3
test-api/src/main/java/com/sooka/service/impl/Guiji_healthcommission_ServiceImpl.java

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