Commit a38a1eea by 任晓松

update

parent d42a59c7
...@@ -177,7 +177,7 @@ class NeedinfoService extends ServiceBase { ...@@ -177,7 +177,7 @@ class NeedinfoService extends ServiceBase {
async getNeedFunnelStatistics(pobj){ async getNeedFunnelStatistics(pobj){
let ac = pobj.actionBody; let ac = pobj.actionBody;
let sql = `select count(*) count from n_need_info where deleted_at is null `; let sql = `select count(*) count from n_need_info where deleted_at is null `;
let sql2 = sql + ` and status = 'ygj'`; let sql2 = sql + ` and status = 'ygj' or status = 'ygb' or status = 'ycd'`;
let sql3 = sql + ` and status = 'ycd'`; let sql3 = sql + ` and status = 'ycd'`;
let whereParams = {}; let whereParams = {};
if (ac.start&&ac.end){ if (ac.start&&ac.end){
......
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