@@ -132,7 +132,7 @@
<if test="map.endTime != null">
AND create_time <= #{map.endTime}
</if>
- and rr.DELETE_FLAG = 'NOT_DELETE'
+ and DELETE_FLAG = 'NOT_DELETE'
</where>
</select>