/** * 根据userName模糊查询 * @param userName * @return */ @Query("select a from AssetDeptReadConfig a where a.userName like %?1%") List<AssetDeptReadConfig> findByUserName(String userName);
/** * 根据userName模糊查询 * @param userName * @return */ @Query("select a from AssetDeptReadConfig a where a.userName like %?1%") List<AssetDeptReadConfig> findByUserName(String userName);