| | |
| | | submitWorkstationWorkbench(workstationSubmitVO, workstation); |
| | | WorkstationCache.clearWorkstationCache(); |
| | | WorkstationCache.clearWorkstationRealTime(workstation.getId()); |
| | | CacheUtil.clear(ExtCacheConstant.POSTING_WORKSTATION, Boolean.FALSE); |
| | | CacheUtil.clear(ExtCacheConstant.COLLECT_WORKSTATION, Boolean.FALSE); |
| | | CacheUtil.clear(ExtCacheConstant.POSTING_MACHINE, Boolean.FALSE); |
| | | CacheUtil.clear(ExtCacheConstant.WORKSTATION_MACHINE, Boolean.FALSE); |
| | | String redisKey = ExtCacheConstant.CPS_CACHE.concat(":").concat(":").concat(WorkstationCache.CRC); |
| | |
| | | return v0.getItemId(); |
| | | }, workstationIds));*/ |
| | | WorkstationCache.clearWorkstationCache(); |
| | | CacheUtil.clear(ExtCacheConstant.POSTING_WORKSTATION, Boolean.FALSE); |
| | | CacheUtil.clear(ExtCacheConstant.COLLECT_WORKSTATION, Boolean.FALSE); |
| | | CacheUtil.clear(ExtCacheConstant.POSTING_MACHINE, Boolean.FALSE); |
| | | CacheUtil.clear(ExtCacheConstant.WORKSTATION_MACHINE, Boolean.FALSE); |
| | | CacheUtil.clear(redisKey, Boolean.FALSE); |
| | | } |
| | | changeStatus(workstationIds, CommonConstant.DEACTIVATE); |
| | | WorkstationCache.clearWorkstationCache(); |
| | | CacheUtil.clear(ExtCacheConstant.POSTING_WORKSTATION, Boolean.FALSE); |
| | | CacheUtil.clear(ExtCacheConstant.COLLECT_WORKSTATION, Boolean.FALSE); |
| | | CacheUtil.clear(ExtCacheConstant.POSTING_MACHINE, Boolean.FALSE); |
| | | CacheUtil.clear(ExtCacheConstant.WORKSTATION_MACHINE, Boolean.FALSE); |
| | | CacheUtil.clear(redisKey, Boolean.FALSE); |