spring-data-jpa + querydsl 查询异常: java.lang.IllegalArgumentException: No sources given

少写了一个 from语句。

dbHelper.select(qProduct).from(qProduct).where(...)