对接平台凯捷对接修改
This commit is contained in:
parent
4e913282a8
commit
c4e4b984d0
@ -40,7 +40,8 @@ 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 && !this.getAttribute("channel").toString().equals(channel_kjflc))
|
||||
if (this.getAttribute("channel") != null)
|
||||
return "true";
|
||||
|
||||
ASUser asUser = new ASUser(this.getAttribute("CurUserID").toString());
|
||||
|
||||
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user