diff --git a/com.awspaas.user.apps.yili.integration/lib/com.awspaas.user.apps.yili.integration.jar b/com.awspaas.user.apps.yili.integration/lib/com.awspaas.user.apps.yili.integration.jar index 9f066484..cb5bc98c 100644 Binary files a/com.awspaas.user.apps.yili.integration/lib/com.awspaas.user.apps.yili.integration.jar and b/com.awspaas.user.apps.yili.integration/lib/com.awspaas.user.apps.yili.integration.jar differ diff --git a/com.awspaas.user.apps.yili.integration/src/com/awspaas/user/apps/integration/oauth/TaskController.java b/com.awspaas.user.apps.yili.integration/src/com/awspaas/user/apps/integration/oauth/TaskController.java index 628b172f..13994538 100644 --- a/com.awspaas.user.apps.yili.integration/src/com/awspaas/user/apps/integration/oauth/TaskController.java +++ b/com.awspaas.user.apps.yili.integration/src/com/awspaas/user/apps/integration/oauth/TaskController.java @@ -935,7 +935,7 @@ public class TaskController { String methodId = DBSql.getString(conn,"select PLMETHODID from APP_ACT_COE_PAL_REPOSITORY where ID= '" + bo.getString("PUBLISHFILEID") + "'"); if (UtilString.isNotEmpty(methodId)) { - if (methodId.equals("control.policy")|| methodId.equals("process.scheme")) { + if (methodId.equals("control.policy") || methodId.equals("process.scheme")) { sql_upfile = "select * from APP_ACT_COE_PAL_UPFILE where palrepositoryid in (select ID from APP_ACT_COE_PAL_REPOSITORY where ID= '" + bo.getString("PUBLISHFILEID") + "') AND FILETYPE = 'f' ORDER BY FILENAME ASC"; } @@ -1121,7 +1121,7 @@ public class TaskController { .getString(conn,"select PLMETHODID from APP_ACT_COE_PAL_REPOSITORY where ID= '" + bo.getString("STOPFILEID") + "'"); if (UtilString.isNotEmpty(methodId)) { - if (methodId.equals("control.policy")|| methodId.equals("process.scheme")) { + if (methodId.equals("control.policy") || methodId.equals("process.scheme")) { sql_upfile = "select * from APP_ACT_COE_PAL_UPFILE where palrepositoryid in (select ID from APP_ACT_COE_PAL_REPOSITORY where ID= '" + bo.getString("STOPFILEID") + "') AND FILETYPE = 'f' ORDER BY FILENAME ASC"; } @@ -1297,7 +1297,7 @@ public class TaskController { String methodId = DBSql.getString(conn,"select PLMETHODID from APP_ACT_COE_PAL_REPOSITORY where ID= '" + bo.getString("CHANGEDFILEIDNEW") + "'"); if (UtilString.isNotEmpty(methodId)) { - if (methodId.equals("control.policy")|| methodId.equals("process.scheme")) { + if (methodId.equals("control.policy") || methodId.equals("process.scheme")) { sql_upfile = "select * from APP_ACT_COE_PAL_UPFILE where palrepositoryid in (select ID from APP_ACT_COE_PAL_REPOSITORY where ID= '" + bo.getString("CHANGEDFILEIDNEW") + "') AND FILETYPE = 'f' ORDER BY FILENAME ASC";