记录一个hql错误_JAVA_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > JAVA > 记录一个hql错误

记录一个hql错误

 2019/11/29 0:50:54  小路20191120  程序员俱乐部  我要评论(0)
  • 摘要:Incorrectquerysyntax[selectt.id,t.busFlowID,t.entName,t.leRep,t.type,t.entTypePro,t.entType,t.dom,t.tel,t.accDate,t.state,t.busIDfromcom.topsoft.domain.icis.reg.entxml.entity.EntActInfoXMLtwheret.statein('01','02','04','12','91','03')and(t
  • 标签:一个 Hql 错误
Incorrect query syntax [
   
    select
        t.id,t.busFlowID,t.entName,t.leRep,t.type,t.entTypePro,t.entType,t.dom,t.tel,t.accDate,t.state,t.busID
    from
        com.topsoft.domain.icis.reg.entxml.entity.EntActInfoXML t
    where
        t.state in ('01','02','04','12','91','03')
        and (t.accOrgID=152011500000000 or t.apprOrgID=152011500000000)
        and t.busType='01'
        and t.type = '2100'
        and t.entName like '%' = '%'
        and not exists (
            select
                t.id
            from
                com.topsoft.domain.icis.reg.register.entity.IndSimpleEstRecord s
            where
                s.actBusFlowId = t.busFlowID
        )
   
    ]
上一篇: Java 读取Word中的文本和图片 下一篇: 没有下一篇了!
发表评论
用户名: 匿名