String hql = "select new map(f.id as id,p.name as name,f.faultMode as faultMode, f.faultCause as faultCause,f.workType as workType," +
                "f.workDescn as workDescn,f.period as period,f.level as level ,f.descn as descn)"
            + " from Product p,Rrr f where f.product=p and p.important=1";

 

相关文章:

  • 2021-12-12
  • 2022-02-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-18
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-05
  • 2022-12-23
  • 2021-08-18
  • 2021-12-16
  • 2021-08-06
  • 2021-12-14
相关资源
相似解决方案