wq 4 years ago
parent
commit
4a40b7e458
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/service/claimneed.js

+ 2 - 2
app/service/claimneed.js

@@ -412,7 +412,7 @@ class ClaimNeedService extends CrudService {
                         as: 'follownew' } },
         { $unwind: '$follownew' },
         { $project: { jg_pro_id:1,money:1,use:1,mongey_min_rate:1,mongey_max_rate:1,claims_min_term:1,claims_max_term:1,project_status:1,remarks:1,
-                      hyname:'$dictnew.name',cdata:1,folid:{$toString:'$_id'},jgpronew:1,sxcplilue:'$follownew.sxcplilue',sxcpname:'$follownew.sxcpname',sxhowlong:'$follownew.sxhowlong'}}
+                      hyname:'$dictnew.name',cdata:1,folid:{$toString:'$_id'},jgpronew:1,sxcplilue:'$follownew.sxcplilue',sxcpname:'$follownew.sxcpname',sxhowlong:'$follownew.sxhowlong',credit_money:'$follownew.credit_money'}}
            ]);
       return res;
     }else{
@@ -441,7 +441,7 @@ class ClaimNeedService extends CrudService {
         as: 'follownew' } },
         { $unwind: '$follownew' },
         { $project: { jg_pro_id:1,money:1,use:1,mongey_min_rate:1,mongey_max_rate:1,claims_min_term:1,claims_max_term:1,project_status:1,remarks:1,
-                  hyname:'$dictnew.name',cdata:1,folid:{$toString:'$_id'},jgpronew:1,sxcplilue:'$follownew.sxcplilue',sxcpname:'$follownew.sxcpname',sxhowlong:'$follownew.sxhowlong'}}
+                  hyname:'$dictnew.name',cdata:1,folid:{$toString:'$_id'},jgpronew:1,sxcplilue:'$follownew.sxcplilue',sxcpname:'$follownew.sxcpname',sxhowlong:'$follownew.sxhowlong',credit_money:'$follownew.credit_money'}}
       ]);
       return resmore;
     }