@ -1068,6 +1068,7 @@
<if test="gridId != null and gridId.trim() != ''">
and resi_group.GRID_ID=#{gridId}
</if>
and resi_group.STATE = 'approved'
order by resi_group.CREATED_TIME desc
</select>
</mapper>