@ -112,7 +112,6 @@ public interface DfPlanMapper extends BaseMapper<DfPlan> {
"<if test='searchDto != null and searchDto.isStart != null and searchDto.isStart == false'>" +
"AND r.remaining = 0 " +
"</if>" +
"AND sub.id != null " +
"ORDER BY last_time desc,sub.start_date " +
"</script>")
@Results({