Commit 0582abd3 by 任晓松

需求统计

parent e70d0784
...@@ -389,7 +389,7 @@ class UtilsOpNeedService extends AppServiceBase { ...@@ -389,7 +389,7 @@ class UtilsOpNeedService extends AppServiceBase {
arr =[]; arr =[];
} }
let dArr = { let dArr = {
status:data[i].status, uapp_id:data[i].uapp_id,
count:data[i].count count:data[i].count
} }
arr.push(dArr); arr.push(dArr);
......
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