Closed GoogleCodeExporter closed 9 years ago
调试后发现:
将该行代码
int id = Castors.me().castTo(idnf.getValue(obj), Integer.class);
改为
long id = Castors.me().castTo(idnf.getValue(obj), Long.class);
可解决该问题
Original comment by yonl...@163.com
on 18 Sep 2010 at 8:12
fixed in r1540
Original comment by zozoh...@gmail.com
on 19 Sep 2010 at 5:07
Original issue reported on code.google.com by
yonl...@163.com
on 18 Sep 2010 at 7:58