Commit a1082d64 by 王昆

gsb

parent a71e8894
......@@ -1004,7 +1004,7 @@ class UserCtl extends CtlBase {
// 获取该身份证帐号信息
var eaccount = await this.usereaccountSve.findOne({
user_id: userid,
// user_id: userid,
personsSign: pobj.personsSign
});
// var eaccount = await this.usereaccountSve.findOne({
......
......@@ -57,7 +57,7 @@ class EcontractDao extends Dao {
let list = [];
if (rs && rs.length > 0) {
for (let r of rs) {
list.push(r.ecompany_id);
list.push(r.etemplate_id);
}
}
return list;
......
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