ezhizao_zx 10 місяців тому
батько
коміт
6e0d37eb41

+ 1 - 1
src/main/java/cn/ezhizao/project/business/controller/Inc10100Controller.java

@@ -426,7 +426,7 @@ public class Inc10100Controller extends BaseController {
              */
             test.apply("modate IS NOT NULL  AND modate > {0}", new DateTime(newCondition).toString("yyyy-MM-dd HH:mm:ss"));
         }
-        sfc10401Service.list(test);
+        sfc10401Service.getList(test);
         return toAjax(result);
     }