|
|
@@ -115,21 +115,6 @@ public class BpmInstHisProvider extends GenericProvider implements IBpmInstHisSe
|
|
|
return result;
|
|
|
}
|
|
|
|
|
|
- @Override
|
|
|
- public APIResult<Void> exportMonth(String[] formDataTemplateIds) {
|
|
|
- String rootRealPath = "F:" + StringPool.SLASH + AppFileUtil.getBasePath(); // 操作的根目录
|
|
|
- logger.warn("<========rootRealPath====={}.", rootRealPath);
|
|
|
- File dir = new File(rootRealPath);
|
|
|
- if (!dir.exists() || (dir.exists() && dir.isFile())) {
|
|
|
- logger.warn("dir.mkdirs()====================================================");
|
|
|
- dir.mkdirs();
|
|
|
- }
|
|
|
- // select *from IBPS_CAT_TYPE where CATEGORY_KEY_='FLOW_TYPE' order by depth_;
|
|
|
-
|
|
|
-
|
|
|
- return null;
|
|
|
- }
|
|
|
-
|
|
|
/**
|
|
|
* 【流程实例历史】明细页面
|
|
|
* @param id
|