diff --git a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/web/CoeProcessRecycleWeb.java b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/web/CoeProcessRecycleWeb.java index b8434d2f..1a11cbe2 100755 --- a/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/web/CoeProcessRecycleWeb.java +++ b/com.actionsoft.apps.coe.pal/src/com/actionsoft/apps/coe/pal/pal/repository/web/CoeProcessRecycleWeb.java @@ -601,9 +601,11 @@ public class CoeProcessRecycleWeb extends ActionWeb { }*/ dao.restoreRecycleModel(removeId); - PALRepositoryModel palModel = PALRepositoryCache.getCache().get(removeId); - if (palModel.isPublish()){ - PublishKnow("com.actionsoft.apps.coe.pal",_uc,palModel.getExt4()); + PALRepositoryRemoveModel palRepositoryRemoveModel = PALRepositoryRemoveCache.getCache().get(removeId); + + PALRepositoryModel model = PALRepositoryCache.getCache().get(palRepositoryRemoveModel.getId()); + if (model.isPublish()){ + PublishKnow("com.actionsoft.apps.coe.pal",_uc,model.getExt4()); } // 操作行为日志记录 if (SDK.getAppAPI().getPropertyBooleanValue(CoEConstant.APP_ID, "IS_RECORD_OP_LOG", false)) {