|
@ -13,7 +13,9 @@ public interface DmExpressagePriceDao extends
|
|
|
PagingAndSortingRepository<DmExpressagePriceEntity, Long>,
|
|
|
JpaSpecificationExecutor<DmExpressagePriceEntity> {
|
|
|
|
|
|
// @Query(value = "select * from dm_expressage_price where code=? and end_address_name like ?",nativeQuery = true)
|
|
|
@Query("from DmExpressagePriceEntity where code = ?1 and endAddressName LIKE ?2 ")
|
|
|
DmExpressagePriceEntity getExprePriceEntityByCodeAndEndAdressName(String code,String end_address_name);
|
|
|
|
|
|
|
|
|
}
|