方案图文件预览问题
This commit is contained in:
parent
256e20ee23
commit
6de16e6618
@ -4831,7 +4831,7 @@ public class PALRepositoryQueryAPIManager {
|
||||
if (plmodel != null) {
|
||||
String sourceAppId = "com.actionsoft.apps.coe.pal.output.pr";
|
||||
String methodId = plmodel.getMethodId();
|
||||
if (methodId.contains("control")) {
|
||||
if (methodId.contains("control") || methodId.contains("process.scheme")) {
|
||||
sourceAppId = "com.awspaas.user.apps.coe.pal.output.zd";
|
||||
} else if (methodId.contains("data")) {
|
||||
sourceAppId = "com.awspaas.user.apps.coe.pal.output.bd";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user