Commit 2c3cef2b by 王昆

风花雪月测试

parent b9209ea6
...@@ -348,6 +348,10 @@ class EcontractCtl extends CtlBase { ...@@ -348,6 +348,10 @@ class EcontractCtl extends CtlBase {
eBaoRedirectBossUrl = "http://op.yundasys.com/opserver/pages/twentyActs/index.html?appid=ydwechat&openid=" + user.openid3rd; eBaoRedirectBossUrl = "http://op.yundasys.com/opserver/pages/twentyActs/index.html?appid=ydwechat&openid=" + user.openid3rd;
} }
if(etemplate.redirect_url) {
eBaoRedirectBossUrl = etemplate.redirect_url;
}
console.log({ console.log({
params: params, params: params,
ebaoAccountId: ebaoAccountId, ebaoAccountId: ebaoAccountId,
......
...@@ -9,6 +9,7 @@ module.exports = (db, DataTypes) => { ...@@ -9,6 +9,7 @@ module.exports = (db, DataTypes) => {
mainId: DataTypes.STRING(64), mainId: DataTypes.STRING(64),
nameA: DataTypes.STRING(50), nameA: DataTypes.STRING(50),
isnew : DataTypes.INTEGER, isnew : DataTypes.INTEGER,
redirect_url : DataTypes.STRING,
templateid: { templateid: {
type:DataTypes.STRING, // e签宝模板id type:DataTypes.STRING, // e签宝模板id
defaultValue: "" defaultValue: ""
......
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