养成目标
This commit is contained in:
xichaoyin 2024-01-06 17:51:24 +08:00
parent 35d51a3811
commit b354c61358

View File

@ -18,7 +18,7 @@ export default async function (call: ApiCall<ReqOpen, ResOpen>) {
for (let payid in payLogs) {
if (payLogs[payid].length > 0) {
if (payLogs[payIds].slice(-1)[0].time < _hdinfo.stime) {
if (payLogs[payid].slice(-1)[0].time < _hdinfo.stime) {
delPay.push({ payId: payid, val: [] });
}
}