|
@@ -36,7 +36,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</if>
|
|
</if>
|
|
|
<if test="bo.progressStatus">
|
|
<if test="bo.progressStatus">
|
|
|
AND CURDATE() BETWEEN a.start_date AND a.end_date
|
|
AND CURDATE() BETWEEN a.start_date AND a.end_date
|
|
|
- AND a.status = 0;
|
|
|
|
|
|
|
+ AND a.status = 0
|
|
|
</if>
|
|
</if>
|
|
|
</where>
|
|
</where>
|
|
|
ORDER BY a.start_date DESC
|
|
ORDER BY a.start_date DESC
|