Browse Source

授权改造

danchaofan1412 3 years ago
parent
commit
19022194ba

+ 1 - 1
framework-common/src/main/java/com/mrxu/framework/common/xcx/bean/InterfaceList.java

@@ -62,7 +62,7 @@ public class InterfaceList extends WxResult {
             if(apply_time == null) {
                 return "未申请";
             }
-            return DateFunc.getTimeStr(new Date(apply_time*1000));
+            return DateFunc.getTimeStr(new Date(apply_time));
         }
     }