Skip to content

怎么接受不定字段的返回值 用 List<HashMap<String,Object>>接受不到 #80

@BigQing98021282

Description

@BigQing98021282

怎么接受不定字段的返回值 用 List<HashMap<String,Object>>接受不到

public interface BiSellerReportDao extends JpaRepository<BiSellerReport, Long>, JpaSpecificationExecutor {
@QueryFenix(value = "BiSellerReportDao.page", nativeQuery = true)
Page page(@param("vo") BiSellerReportVo vo, Pageable pageable);

 BiSellerReport findByComputingTimeAndAndIsDeletedFalseAndSellerCode(String dateTime,String sellerCode);

 @QueryFenix(value = "BiSellerReportDao.queryBiSellerReport")
 List<HashMap<String,Object>> queryBiSellerReport(@Param("vo") BiSellerReportVo vo, Pageable pageable);

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions