| src/main/java/org/springblade/modules/grid/mapper/GridMapper.xml | ●●●●● patch | view | raw | blame | history |
src/main/java/org/springblade/modules/grid/mapper/GridMapper.xml
@@ -28,7 +28,8 @@ bu.real_name as realName,bu.phone as gridPhone from jczz_grid jg left join jczz_grid_range jgr on jg.id = jgr.grid_id left join blade_user bu on bu.id = jg.user_id and bu.is_deleted = 0 left join jczz_gridman jgm on jg.id = jgm.grid_id and jgm.is_deleted = 0 left join blade_user bu on bu.id = jgm.user_id and bu.is_deleted = 0 where jg.is_deleted = 0 and jgr.house_code = #{houseCode} </select>