Преглед на файлове

修复分页导致表单无法全部部署的问题

zhouhao преди 8 години
родител
ревизия
d2897e7918
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      hsweb-web-service-impl-common/src/main/java/org/hsweb/web/service/impl/FormDeployContextLoaderListener.java

+ 1 - 1
hsweb-web-service-impl-common/src/main/java/org/hsweb/web/service/impl/FormDeployContextLoaderListener.java

@@ -24,7 +24,7 @@ public class FormDeployContextLoaderListener implements ApplicationListener<Cont
     public void onApplicationEvent(ContextRefreshedEvent event) {
         if (event.getApplicationContext().getParent() != null) return;
         QueryParam param = new QueryParam();
-        param.where("using", 1);
+        param.where("using", 1).noPaging();
         try {
             formService.select(param).forEach(form -> {
                 try {