15:14:21,817 信息 [STDOUT] Hibernate:
15:14:21,818 信息 [STDOUT] select
15:14:21,818 信息 [STDOUT] c.cid as Bigcid ,
15:14:21,819 信息 [STDOUT] c.name as Bigname ,
15:14:21,820 信息 [STDOUT] c.parent_cid as BigparentCid ,
15:14:21,820 信息 [STDOUT] cc.name as name ,
15:14:21,821 信息 [STDOUT] cc.cid as cid
15:14:21,821 信息 [STDOUT] from
15:14:21,821 信息 [STDOUT] category as c
15:14:21,822 信息 [STDOUT] left join
15:14:21,822 信息 [STDOUT] category as cc
15:14:21,822 信息 [STDOUT] on c.cid =cc.parent_cid
15:14:21,823 信息 [STDOUT] where
15:14:21,823 信息 [STDOUT] c.is_leaf = 0
15:14:21,823 信息 [STDOUT] and char_length(cc.name) <= 4
15:14:21,824 信息 [STDOUT] and c.cid = 50024612
15:14:21,824 信息 [STDOUT] order by
15:14:21,824 信息 [STDOUT] cc.sort_order desc limit ?
15:14:21,833 WARN [org.hibernate.util.JDBCExceptionReporter] SQL Error: 0, SQLS
tate: S0022
15:14:21,834 ERROR [org.hibernate.util.JDBCExceptionReporter] Column 'parent_cid
' not found.
神呐,救救我吧,这个错误搞几天了,表中有这个字段啊,到底是啥原因,求大神们。。。。。