| | |
| | | globalWcsOfRps.setRps(wcsAchievements.getRps()); |
| | | globalWcsOfRps.setIsPlan(wcsAchievements.getIsPlan()); |
| | | globalWcsOfRps.insertOrUpdate(); |
| | | CacheUtil.clear(ExtCacheConstant.POSTING_WORKSTATION, Boolean.FALSE); |
| | | CacheUtil.clear(ExtCacheConstant.COLLECT_WORKSTATION, Boolean.FALSE); |
| | | } |
| | | |
| | | @Override |
| | |
| | | globalWcsOfRps.setRps(wcsAchievementsUpdateVO.getRps()); |
| | | globalWcsOfRps.setIsPlan(wcsAchievementsUpdateVO.getIsPlan()); |
| | | globalWcsOfRps.insertOrUpdate(); |
| | | CacheUtil.clear(ExtCacheConstant.POSTING_WORKSTATION, Boolean.FALSE); |
| | | CacheUtil.clear(ExtCacheConstant.COLLECT_WORKSTATION, Boolean.FALSE); |
| | | return save(globalWcs); |
| | | } |
| | | } |