优化代码
This commit is contained in:
parent
b8d8dee1b1
commit
39267f9e86
@ -49,7 +49,7 @@ public interface FirePointDao extends JpaRepository<FirePointEntity,Long>, JpaSp
|
||||
* @param countyCode
|
||||
* @return
|
||||
*/
|
||||
@Query(value = "select * from fire_point where add_time like CONCAT('%',:addTime,'%') and county_code = :countyCode and and land_type != '耕地'",nativeQuery = true)
|
||||
@Query(value = "select * from fire_point where add_time like CONCAT('%',:addTime,'%') and county_code = :countyCode and land_type != '耕地'",nativeQuery = true)
|
||||
List<FirePointEntity> selectTodayFirePointOneShandong(String addTime,String countyCode);
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user