Commit fc652806 authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent 6b621f25
...@@ -127,7 +127,11 @@ async function run(root, name, directory, timestamp) { ...@@ -127,7 +127,11 @@ async function run(root, name, directory, timestamp) {
for (let i = 0; i < last.length; i++) { for (let i = 0; i < last.length; i++) {
if (i < last.length) if (i < last.length)
{ {
if (last[i].newAllDonePer >=0)
continue
if (i < last.length )
las.push(last[i]) las.push(last[i])
} }
// if (last[i].total < 1 && last[i].maxLevel === 0 && last[i].newAllDonePer >10) { // if (last[i].total < 1 && last[i].maxLevel === 0 && last[i].newAllDonePer >10) {
// delete last[i].durDetailText // delete last[i].durDetailText
......
...@@ -125,7 +125,9 @@ async function run(root,name, directory, timestamp) { ...@@ -125,7 +125,9 @@ async function run(root,name, directory, timestamp) {
let las = [] let las = []
for (let i = 0; i < last.length; i++) { for (let i = 0; i < last.length; i++) {
// if (i < last.length && last[i].newAllDonePer >10) if (last[i].newAllDonePer >=0)
continue
if (i < last.length )
las.push(last[i]) las.push(last[i])
} }
// console.log(last.length) // console.log(last.length)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment