Commit bf8065bc by 王昆

gsb

parent 566ac777
...@@ -687,10 +687,10 @@ class LaoActionApi extends APIBase { ...@@ -687,10 +687,10 @@ class LaoActionApi extends APIBase {
return system.getResult(null, "已发起签约"); return system.getResult(null, "已发起签约");
} }
userlabour.apply_stauts = 50; userlabour.apply_stauts = 50;
var userInfo = await this.usersSve.findById(userlabour.user_id); // var userInfo = await this.usersSve.findById(userlabour.user_id);
if(userInfo.information){ // if(userInfo.information){
userlabour.apply_stauts = 45; // userlabour.apply_stauts = 45;
} // }
userlabour.ecid = ecid; userlabour.ecid = ecid;
await userlabour.save(); await userlabour.save();
return system.getResultSuccess(); return system.getResultSuccess();
......
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