nutzam / nutz

Nutz -- Web Framework(Mvc/Ioc/Aop/Dao/Json) for ALL Java developer
https://nutzam.com
Apache License 2.0
2.53k stars 942 forks source link

dao.func 建议把int返回值改为long #1570

Open lihongjie0209 opened 3 years ago

lihongjie0209 commented 3 years ago

如果调用 sum 之类的函数超过 int 的最大值, 那么会抛出异常

dao.func(Person.class, "sum", "age");

image

当然也可以使用func2, 但是感觉func的存在有点迷惑性, 当数据量上来之后才会出问题

wendal commented 3 years ago

API变更不太好呀...