Commit b2cba881 by 王昆

gsb

parent 827025f7
......@@ -1224,7 +1224,7 @@ class EcontractService extends ServiceBase {
async autoSign(params) {
var ecid = params.ecid;
var unionId = params.appId + "_" + params.userId;
var unionId = params.appId + "_" + params.userId + params.userCode + params.branchCode;
// ecid etemplate
var etemplate = await this.etemplateSve.findById(ecid);
......
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