|
@@ -78,6 +78,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
and floor((extract(month from d.end_date) + 2) / 3) >= #{feedbackSeason}
|
|
and floor((extract(month from d.end_date) + 2) / 3) >= #{feedbackSeason}
|
|
</if>
|
|
</if>
|
|
and d.del_flag = 0
|
|
and d.del_flag = 0
|
|
|
|
+ and d.APPROVE_STATUS = 1
|
|
<!-- 数据范围过滤 -->
|
|
<!-- 数据范围过滤 -->
|
|
${params.dataScope}
|
|
${params.dataScope}
|
|
</where>
|
|
</where>
|
|
@@ -102,6 +103,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
and extract(month from d.end_date) >= #{feedbackMonth}
|
|
and extract(month from d.end_date) >= #{feedbackMonth}
|
|
</if>
|
|
</if>
|
|
and d.del_flag = 0
|
|
and d.del_flag = 0
|
|
|
|
+ and d.APPROVE_STATUS = 1
|
|
<!-- 数据范围过滤 -->
|
|
<!-- 数据范围过滤 -->
|
|
${params.dataScope}
|
|
${params.dataScope}
|
|
</where>
|
|
</where>
|