|
@@ -14,6 +14,7 @@ import com.x.base.core.entity.annotation.CheckPersistType;
|
|
|
import com.x.base.core.entity.annotation.CheckRemoveType;
|
|
import com.x.base.core.entity.annotation.CheckRemoveType;
|
|
|
import com.x.base.core.project.annotation.FieldDescribe;
|
|
import com.x.base.core.project.annotation.FieldDescribe;
|
|
|
import com.x.base.core.project.cache.ApplicationCache;
|
|
import com.x.base.core.project.cache.ApplicationCache;
|
|
|
|
|
+import com.x.base.core.project.cache.CacheManager;
|
|
|
import com.x.base.core.project.http.ActionResult;
|
|
import com.x.base.core.project.http.ActionResult;
|
|
|
import com.x.base.core.project.http.EffectivePerson;
|
|
import com.x.base.core.project.http.EffectivePerson;
|
|
|
import com.x.base.core.project.jaxrs.WoId;
|
|
import com.x.base.core.project.jaxrs.WoId;
|
|
@@ -162,7 +163,8 @@ public class ActionSave extends BaseAction {
|
|
|
result.setData( new Wo( attendanceSelfHoliday.getId() ) );
|
|
result.setData( new Wo( attendanceSelfHoliday.getId() ) );
|
|
|
|
|
|
|
|
//清除缓存
|
|
//清除缓存
|
|
|
- ApplicationCache.notify( AttendanceSelfHoliday.class );
|
|
|
|
|
|
|
+ //ApplicationCache.notify( AttendanceSelfHoliday.class );
|
|
|
|
|
+ CacheManager.notify(AttendanceSelfHoliday.class);
|
|
|
|
|
|
|
|
//根据员工休假数据来记录与这条数据相关的统计需求记录
|
|
//根据员工休假数据来记录与这条数据相关的统计需求记录
|
|
|
//new AttendanceDetailAnalyseService().recordStatisticRequireLog( attendanceSelfHoliday );
|
|
//new AttendanceDetailAnalyseService().recordStatisticRequireLog( attendanceSelfHoliday );
|