对接平台凯捷修改业务模式对应修改

This commit is contained in:
zhanglei 2021-03-19 10:01:12 +08:00
parent 235de47f6c
commit 57b54cee11
2 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ public class PlatformDataToTemp extends BaseBussiness {
this.initBussinessParam(Sqlca);
if (this.getAttribute("serial") == null) return "true";
String channel_kjflc = InterfacePlatformConfigure.get("channel_kjflc");
if (this.getAttribute("channel") != null && !this.getAttribute("channel").toString().equals(channel_kjflc))
if (this.getAttribute("channel") != null)
return "true";
ASUser asUser = new ASUser(this.getAttribute("CurUserID").toString());

View File

@ -34,8 +34,8 @@ public class PlatformDataToTempNotKjflc extends BaseBussiness {
this.initBussinessParam(Sqlca);
if (this.getAttribute("serial") == null) return "true";
String channel_kjflc = InterfacePlatformConfigure.get("channel_kjflc");
if (this.getAttribute("channel") != null && this.getAttribute("channel").toString().equals(channel_kjflc))
return "true";
// if (this.getAttribute("channel") != null && this.getAttribute("channel").toString().equals(channel_kjflc))
// return "true";
String flowunid = this.getAttribute("ObjectNo").toString();
String projectId = this.getAttribute("ProjectId").toString();