Commit bf8065bc by 王昆

gsb

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