解决制度文件无法打包下载问题
This commit is contained in:
parent
57b0556cff
commit
947d646a5b
Binary file not shown.
@ -213,6 +213,7 @@ public class PALRepositoryRemoveInfo extends DaoObject<PALRepositoryRemoveInfoMo
|
|||||||
sql.append(" AND r.PLNAME like " + namelike);
|
sql.append(" AND r.PLNAME like " + namelike);
|
||||||
// param.put("PLNAME", namelike);
|
// param.put("PLNAME", namelike);
|
||||||
}
|
}
|
||||||
|
System.out.println("sql============"+sql);
|
||||||
return DBSql.getInt(sql.toString(), "totalCount", param);
|
return DBSql.getInt(sql.toString(), "totalCount", param);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -564,6 +564,9 @@ public class UpfileWeb extends ActionWeb {
|
|||||||
if (methodId.indexOf("process.") > -1) {
|
if (methodId.indexOf("process.") > -1) {
|
||||||
sourceAppId="com.actionsoft.apps.coe.pal.output.pr";
|
sourceAppId="com.actionsoft.apps.coe.pal.output.pr";
|
||||||
}
|
}
|
||||||
|
if (methodId.equals("control.policy")) {
|
||||||
|
sourceAppId = "com.awspaas.user.apps.coe.pal.output.zd";
|
||||||
|
}
|
||||||
String filename = docFile.getName();
|
String filename = docFile.getName();
|
||||||
DCContext sourceDc = new DCContext(_uc, DCProfileManager.getDCProfile(sourceAppId, "output"), sourceAppId, model.getWsId(), taskId, filename);
|
DCContext sourceDc = new DCContext(_uc, DCProfileManager.getDCProfile(sourceAppId, "output"), sourceAppId, model.getWsId(), taskId, filename);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user