|
|
|
@ -236,6 +236,7 @@ public interface CollectionParamsManageMapper extends BaseMapper<CollectionParam
|
|
|
|
|
" or cpm.param_type = '13') " + |
|
|
|
|
" and csr.floor_id = #{floorId} " + |
|
|
|
|
" and cpm.system_type = #{systemType}" + |
|
|
|
|
" and hi.house_name is not null " + |
|
|
|
|
" order by hi.house_name, cpm.param_type ") |
|
|
|
|
List<Map<String, Object>> selectBySystemTypeAndBuildingId(@Param("systemType") String systemType, |
|
|
|
|
@Param("floorId") String floor_id); |
|
|
|
@ -297,6 +298,7 @@ public interface CollectionParamsManageMapper extends BaseMapper<CollectionParam
|
|
|
|
|
" csr.floor_id = #{floorId} " + |
|
|
|
|
" and cpm.system_type = #{systemType} " + |
|
|
|
|
" and cpm.is_use = 0 " + |
|
|
|
|
" and hi.house_name is not null " + |
|
|
|
|
" order by dl.order_num ") |
|
|
|
|
List<HotWaterControlListVO> selectHotWaterBySystemTypeAndBuildingId(@Param("systemType") String systemType, |
|
|
|
|
@Param("floorId") String floorId); |
|
|
|
|