|
@@ -70,7 +70,7 @@ public interface RbMapper extends BaseMapper<sysUptownUnit> {
|
|
|
Map<String, Integer> selecthuiz(@Param("uptownId") Long uptownId, @Param("date") String date);
|
|
|
|
|
|
@Select(
|
|
|
- "select count(0) AS safetyNum,\n" +
|
|
|
+ "select count(0) AS safetyNum\n" +
|
|
|
"from sys_uptown_house suh\n" +
|
|
|
"inner join sys_uptown_home suho on suho.house_id=suh.house_id\n" +
|
|
|
"INNER JOIN sys_uptown_unit suu ON suu.unit_id = suh.unit_id and suu.uptown_id = #{uptownId}\n" +
|