本帖最后由 云南腾俊 于 2012-6-25 17:14 编辑
有的,亲。是不是必须要有实体表单数据,才能做这个视图呢。、
控制台log:
17:10:39,005 INFO AbstractDocStaticTblDAO:1228 - MY SQL: SELECT * FROM (select distinct doc.id id, doc.id DOCID, doc.formid FORMID,fs.flowid FLOWID,pen.flowname flowchat,doc.statelabel STATELABEL,pen.summary d_title,doc.AUDITORNAMES,doc.AUDITORLIST,doc.APPLICATIONID,doc.DOMAINID from GALLOPSOA.T_DOCUMENT doc,GALLOPSOA.T_FLOW_INTERVENTION pen,GALLOPSOA.T_FLOWSTATERT fs,GALLOPSOA.T_NODERT node,GALLOPSOA.T_ACTORRT actor where doc.id = pen.id and doc.id =fs.docid and fs.id =node.flowstatert_id and node.id = actor.nodert_id and doc.issubdoc is null and doc.parent is null and doc.state is not null and doc.statelabel is not null and actor.actorid ='11e1-af7b-ac37c5d3-a3b2-4960a74ab202') table_orderby WHERE DOMAINID ='11e1-ae18-d04ada40-a3b2-4960a74ab202' ORDER BY table_orderby.ID
17:10:39,065 INFO AbstractDocStaticTblDAO:1060 - MY SQL: SELECT COUNT(*) FROM (select distinct doc.id id, doc.id DOCID, doc.formid FORMID,fs.flowid FLOWID,pen.flowname flowchat,doc.statelabel STATELABEL,pen.summary d_title,doc.AUDITORNAMES,doc.AUDITORLIST,doc.APPLICATIONID,doc.DOMAINID from GALLOPSOA.T_DOCUMENT doc,GALLOPSOA.T_FLOW_INTERVENTION pen,GALLOPSOA.T_FLOWSTATERT fs,GALLOPSOA.T_NODERT node,GALLOPSOA.T_ACTORRT actor where doc.id = pen.id and doc.id =fs.docid and fs.id =node.flowstatert_id and node.id = actor.nodert_id and doc.issubdoc is null and doc.parent is null and doc.state is not null and doc.statelabel is not null and actor.actorid ='11e1-af7b-ac37c5d3-a3b2-4960a74ab202') doc WHERE doc.DOMAINID ='11e1-ae18-d04ada40-a3b2-4960a74ab202'
17:10:39,081 WARN Document:866 - Item flowchat's value can't get as string!
17:10:39,082 WARN Document:866 - Item statuslabel's value can't get as string!
17:10:39,082 WARN Document:866 - Item d_title's value can't get as string!
17:10:39,084 WARN Document:866 - Item flowchat's value can't get as string!
17:10:39,085 WARN Document:866 - Item statuslabel's value can't get as string!
17:10:39,085 WARN Document:866 - Item d_title's value can't get as string!
1 |