@@ -314,7 +314,7 @@ class NeedinfoService extends ServiceBase {
...
@@ -314,7 +314,7 @@ class NeedinfoService extends ServiceBase {
}
}
lettag=actionBody.tag;
lettag=actionBody.tag;
//需求列表
//需求列表
letneedSql=`select b.app_name,DISTINCT(a.needNo),a.channelNeedNo,a.typeName,a.province,a.city,a.publishContent,a.publishName,a.publishMobile,a.statusName,a.created_at from center_order.n_need_info a left join center_app.p_app b on a.uapp_id = b.uapp_id where a.deleted_at is null`;
letneedSql=`select DISTINCT(a.needNo),b.app_name,a.channelNeedNo,a.typeName,a.province,a.city,a.publishContent,a.publishName,a.publishMobile,a.statusName,a.created_at from center_order.n_need_info a left join center_app.p_app b on a.uapp_id = b.uapp_id where a.deleted_at is null`;
//需求总数
//需求总数
letneedTotalSql=`select count(DISTINCT(a.needNo)) count from center_order.n_need_info a left join center_app.p_app b on a.uapp_id = b.uapp_id where a.deleted_at is null`;
letneedTotalSql=`select count(DISTINCT(a.needNo)) count from center_order.n_need_info a left join center_app.p_app b on a.uapp_id = b.uapp_id where a.deleted_at is null`;