增加定时任务调度通用处理类

This commit is contained in:
zhangwei
2019-01-02 11:59:25 +06:00
parent af8eb2f546
commit 764c90932b
4 changed files with 348 additions and 18 deletions

View File

@@ -2386,7 +2386,7 @@ public class BaseController {
if(auditBatchCfg != null && !StringUtil.isEmpty(auditBatchCfg.getFunctionId())) {
functionId=auditBatchCfg.getFunctionId();
}
List<Map<String,Object>> serviceList = serviceTemplate.getServiceList(functionId);
List<Map<String,Object>> serviceList = serviceTemplate.getServiceListByFunctionId(functionId);
for(Map<String,Object> service:serviceList){
String tableNameXml = service.get("tableName").toString();