| src/main/java/com/zy/asrs/entity/LocDetl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| src/main/webapp/static/js/locDetlStatis/locDetlStatis.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/zy/asrs/entity/LocDetl.java
@@ -251,7 +251,7 @@ public long getStoreDate(){ long timeNow = new Date().getTime(); long timeCreate = this.appeTime.getTime(); long timeCreate = (this.appeTime != null) ? this.appeTime.getTime() : 0L; return (timeNow - timeCreate) /24/60/60/1000; } src/main/webapp/static/js/locDetlStatis/locDetlStatis.js
@@ -38,7 +38,7 @@ return { 'code': res.code, 'msg': res.msg, 'count': res.data.total, // 'count': res.data.total, 'data': res.data.records } },