@ -68,7 +68,7 @@
<if test="planDateStart != null ">and CONVERT(varchar(10),plan_pro_date, 120) >= '${planDateStart}'</if>
<if test="planDateEnd != null ">and '${planDateEnd}%' >= CONVERT(varchar(10),plan_pro_date, 120)</if>
and prod_type != 'white'
<if test="delFlag != null and delFlag != ''">and del_flag = #{delFlag}</if>
and del_flag = '0'
</where>
ORDER BY plan_pro_date DESC
</select>