diff --git a/src_tenwa/com/tenwa/lease/flow/project/commbusiness/PlatformDataToTemp.java b/src_tenwa/com/tenwa/lease/flow/project/commbusiness/PlatformDataToTemp.java index 3be856fcc..f969dfa07 100644 --- a/src_tenwa/com/tenwa/lease/flow/project/commbusiness/PlatformDataToTemp.java +++ b/src_tenwa/com/tenwa/lease/flow/project/commbusiness/PlatformDataToTemp.java @@ -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()); diff --git a/src_tenwa/com/tenwa/lease/flow/project/commbusiness/PlatformDataToTempNotKjflc.java b/src_tenwa/com/tenwa/lease/flow/project/commbusiness/PlatformDataToTempNotKjflc.java index be59e4c4d..10aaea9f9 100644 --- a/src_tenwa/com/tenwa/lease/flow/project/commbusiness/PlatformDataToTempNotKjflc.java +++ b/src_tenwa/com/tenwa/lease/flow/project/commbusiness/PlatformDataToTempNotKjflc.java @@ -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();