首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

新承线程

2013-12-20 
新启线程new Thread(new Runnable() {public void run() {try {deleteDAS(theKnotHead.getDate(),theKnotH

新启线程

new Thread(new Runnable() {public void run() {try {deleteDAS(theKnotHead.getDate(),theKnotHead.getStructure().getId());ExportDiffManager manager = (ExportDiffManager) applicationContext.getBean("exportDiffManager");manager.storeOperatingDaily(theKnotHead.getStructure().getId(),theKnotHead.getDate());if(!TheKnotHead.ACTIVE.equals(theKnotHead.getStatus())){SystemOperationLogManager systemOperationLogManager = (SystemOperationLogManager) applicationContext.getBean("wmsOperationLogManager");systemOperationLogManager.updateOrganization("noClose", "DefaultTheKnotManager", "检测日结未关闭", "DAS号","", null, null, null, null);}} catch (Exception e) {e.printStackTrace();}finally{theKnotHead.setStatus(TheKnotHead.ACTIVE);commonDao.store(theKnotHead);}}}).start();

?

热点排行