|
@@ -59,13 +59,9 @@ public class DataProcessService {
|
|
|
List<Map<String, Object>> serviceInfoList = DATA_BASE.query(Config.getCenterConnectionStr(), """
|
|
|
select serviceid,
|
|
|
servicename,
|
|
|
- servicetype,
|
|
|
- containercode,
|
|
|
tasktype,
|
|
|
cronexpress,
|
|
|
urilist,
|
|
|
- nullresultparameters,
|
|
|
- autonotification,
|
|
|
loopcount,
|
|
|
frequency,
|
|
|
enablelog
|
|
@@ -89,15 +85,9 @@ public class DataProcessService {
|
|
|
List<Map<String, Object>> algorithmLibraries = DATA_BASE.query(Config.getCenterConnectionStr(), """
|
|
|
select algorithmlibraryid,
|
|
|
serviceid,
|
|
|
- algorithmtype,
|
|
|
- algorithmname,
|
|
|
computingexpression,
|
|
|
- parameterset,
|
|
|
preconditions,
|
|
|
executionorder,
|
|
|
- datasourceid,
|
|
|
- preparameterset,
|
|
|
- targetsource,
|
|
|
algorithmdescription,
|
|
|
algorithmsourcelibraryid
|
|
|
from algorithmlibrary
|