Skip to content

Commit 2dc8f6c

Browse files
committed
更新 jdWuLiu.js
1 parent 88ceaf0 commit 2dc8f6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

task/jdWuLiu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ function showMsg(userInfo, wuLiuDetail, k, orderId) {
164164
// 0008 可能代签收/快递柜/物流寄存点
165165
const wuLiuStateCode = dealLogList[index].groupType;
166166

167-
const _30DayBefore = new Date().getTime() - 30 * 24 * 60 * 60 * 1000;
167+
const _30DayBefore = Date.now() - 30 * 24 * 60 * 60 * 1000;
168168
const { createTime } = dealLogList[index];
169169

170170
// 清空派送超过30天的记录

0 commit comments

Comments
 (0)