src/main/java/org/springblade/modules/recovery/mapper/RecoveryMapper.xml
@@ -29,6 +29,7 @@ </if> <if test="recovery.farmId != null and recovery.farmId != ''"> and sl.farm_id = #{recovery.farmId} and sr.dept_id = #{recovery.farmId} </if> <if test="recovery.tenantId!=null and recovery.tenantId!=''"> and sr.tenant_id = #{recovery.tenantId}