|
@@ -38,6 +38,6 @@ public interface RbMapper extends BaseMapper<sysUptownUnit> {
|
|
"inner join sys_uptown_house b on b.house_id = a.house_id " +
|
|
"inner join sys_uptown_house b on b.house_id = a.house_id " +
|
|
"inner join sys_uptown_unit e on e.unit_id = b.unit_id " +
|
|
"inner join sys_uptown_unit e on e.unit_id = b.unit_id " +
|
|
"left join ms_suspected c on c.report_id = a.report_id " +
|
|
"left join ms_suspected c on c.report_id = a.report_id " +
|
|
- "where b.house_id = #{houseId}")
|
|
|
|
|
|
+ "where b.house_id = #{houseId} and DATE_FORMAT(a.time_update,'%Y-%m-%d') = #{dateStr}")
|
|
List<MsSuspected> selectYcXq(@Param("houseId") Long houseId, @Param("dateStr") String dateStr);
|
|
List<MsSuspected> selectYcXq(@Param("houseId") Long houseId, @Param("dateStr") String dateStr);
|
|
}
|
|
}
|