对接平台凯捷修改业务模式对应修改
This commit is contained in:
parent
235de47f6c
commit
57b54cee11
@ -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());
|
||||
|
||||
@ -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