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