Kaynağa Gözat

删除表字段

andy 1 yıl önce
ebeveyn
işleme
7de6d57246

+ 0 - 10
src/main/java/com/scbfkj/uni/service/DataProcessService.java

@@ -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