严重BUG:多维表脚本筛选日期错误
脚本筛选的是 ≤ 8月27的日期,但是却筛选出来8月28的日期😓
脚本:
const { records } = Application.Record.GetRecords({
SheetId: 4,
Fields: ['已配货时间'],
Filter: {
"mode": "AND",
"criteria": [{
"field": "已配货时间",
"op": "LessEqu",
"values": ["2025/08/27 19:31:55"]
}]
}
})
console.log(records)
测试文件:
WPS社区反馈员
WPS社区反馈员