IT-KIMI_SHI\SINOIT.KIMI
2018-06-12 f45b113c68408a0a58a78ffb2716ba7e6b90ccde
source/my/frame/src/frame/data/convert/IntegerTranslator.java
@@ -92,9 +92,9 @@
      Integer value = toInteger(object);
      
      if (value >= 19500101 && value <= 21000101) {
         String string = String.valueOf(value);
         String String = String.valueOf(value);
         DateFormat dateFormat = new SimpleDateFormat("yyyyMMdd");
         return dateFormat.parse(string);
         return dateFormat.parse(String);
      }
      else if (value > (1950 - 1900) * 365 && value < (2100 - 1900) * 365) {
         Calendar calendar = Calendar.getInstance();