소스 검색

日期格式错误

xielq 4 년 전
부모
커밋
760771792b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/uas/eis/serviceImpl/InsertServiceImpl.java

+ 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() + "淘宝未返回敏感数据");
                         }
                     }
 //