Przeglądaj źródła

日期格式错误

xielq 3 lat temu
rodzic
commit
760771792b

+ 1 - 1
src/main/java/com/uas/eis/serviceImpl/InsertServiceImpl.java

@@ -256,7 +256,7 @@ public class InsertServiceImpl implements InsertService {
                             address=trimNull(rsp6.getReceiverList().get(0).getState() ) + trimNull(rsp6.getReceiverList().get(0).getCity() ) + trimNull(rsp6.getReceiverList().get(0).getDistrict() ) +  trimNull( rsp6.getReceiverList().get(0).getAddressDetail() );
                         } catch (Exception e) {
 
-                            logger.info(new SimpleDateFormat("YYYY-MM-DD hh24:mi:ss").format(new Date()) + this.getClass() + "淘宝未返回敏感数据");
+                            logger.info(new SimpleDateFormat("YYYY-MM-DD hh24:mm:ss").format(new Date()) + this.getClass() + "淘宝未返回敏感数据");
                         }
                     }
 //