Commit 741c419c by 王昆

gsb

parent 5b242d15
...@@ -1063,7 +1063,7 @@ class UserCtl extends CtlBase { ...@@ -1063,7 +1063,7 @@ class UserCtl extends CtlBase {
return system.getErrResult2(tt.message); return system.getErrResult2(tt.message);
} }
var btl = await this.bankthreelogSve.create({ await this.bankthreelogSve.create({
appId: "H5_"+eaccount.id, appId: "H5_"+eaccount.id,
userName: pobj.userName, userName: pobj.userName,
userIdNo: pobj.personsSign, userIdNo: pobj.personsSign,
...@@ -1071,13 +1071,7 @@ class UserCtl extends CtlBase { ...@@ -1071,13 +1071,7 @@ class UserCtl extends CtlBase {
use_esign: true, use_esign: true,
result: true, result: true,
}); });
} }
} }
var params = { var params = {
......
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