sql中使用函数,导致model属性值转换有问题

sql语句:select b.projectName,(select IFNULL(sum(purchaseNum*price),'0') money from bus_purchase_info where planId=a.id) as costMoney 

 from bus_purchase_plan a left join bus_project b on b.id=a.projectId。

用了函数的字段变成对象了,数据如下:

blob.png

去掉ifnull函数,显示正常:

blob.png

是sql语句的问题还是jfinal转换的问题。

评论区

JFinal

2017-01-13 16:49

单步调试跟踪,尤其是在转换成 json 前看看数据是什么样的

热门反馈

扫码入社