|
|
@@ -4,6 +4,7 @@ import com.google.gson.JsonElement;
|
|
|
import com.x.base.core.entity.JpaObject;
|
|
|
import com.x.base.core.project.annotation.AuditLog;
|
|
|
import com.x.base.core.project.annotation.FieldDescribe;
|
|
|
+import com.x.base.core.project.cache.ApplicationCache;
|
|
|
import com.x.base.core.project.http.ActionResult;
|
|
|
import com.x.base.core.project.http.EffectivePerson;
|
|
|
import com.x.base.core.project.jaxrs.WoId;
|
|
|
@@ -83,6 +84,9 @@ public class ActionRefreshDocumentPermission extends BaseAction {
|
|
|
}
|
|
|
|
|
|
}
|
|
|
+
|
|
|
+ ApplicationCache.notify( Document.class );
|
|
|
+
|
|
|
return result;
|
|
|
}
|
|
|
|