fs-danaus
2021-09-29 03b162821b77a3d9686b0bc2104388f10a31cf66
src/com/yc/api/schedule/AttendanceSchedule.java
@@ -79,7 +79,7 @@
                        log.info(dataSourceEntity.getSystemDescribe() + "开始执行");
                        SpObserver.setDBtoInstance("_" + dbid);
                        AttendanceServiceIfc attendanceServiceIfc = (AttendanceServiceIfc) FactoryBean.getBean("attendanceService");
                        final List<T180252> list = attendanceServiceIfc.getT180252List();
                        final List<T180252> list = attendanceServiceIfc.getT180252List(null,0);
                        log.info(dataSourceEntity.getSystemDescribe() + "准备推送:" + (list != null ? list.size() : 0));
                        //保存需要更新的sql,批量提交
                        List<String> seqList = new ArrayList<>();
@@ -152,7 +152,7 @@
                log.info(dataSourceEntity.getSystemDescribe() + "开始执行");
                SpObserver.setDBtoInstance("_" + dbid);
                AttendanceServiceIfc attendanceServiceIfc = (AttendanceServiceIfc) FactoryBean.getBean("attendanceService");
                final List<T180252> list = attendanceServiceIfc.getT180252List();
                final List<T180252> list = attendanceServiceIfc.getT180252List(null,0);
                log.info(dataSourceEntity.getSystemDescribe() + "准备推送:" + (list != null ? list.size() : 0));
                //保存需要更新的sql,批量提交
                List<String> seqList = new ArrayList<>();