Commit d515db8a by zhaoxiqing

gsb

parent 2c6edec0
......@@ -616,7 +616,7 @@ class LaoActionApi extends APIBase {
return temp_info;
} catch (e) {
//console.log(e);
console.log(e);
return system.getResult(null, "获取数据失败");
}
} else {
......@@ -720,7 +720,8 @@ class LaoActionApi extends APIBase {
userlabour.id_no = obj.id_no;
userlabour.card_no = obj.card_no;
userlabour.sex = obj.sex;
userlabour.age = obj.age;
userlabour.birthday = obj.birthday;
userlabour.save();
}
return system.getResult(userlabour);
......
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