|
@@ -493,8 +493,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="studyCountMore != null and studyCountMore == 0 ">
|
|
<if test="studyCountMore != null and studyCountMore == 0 ">
|
|
AND og.study_count = 0
|
|
AND og.study_count = 0
|
|
</if>
|
|
</if>
|
|
- <if test="periodStatus != null and periodStatus == 1 ">
|
|
|
|
- AND cgu.period_status = 1
|
|
|
|
|
|
+ <if test="periodStatus != null ">
|
|
|
|
+ AND cgu.period_status = #{periodStatus}
|
|
</if>
|
|
</if>
|
|
<if test="officialStatus != null and officialStatus == 1 ">
|
|
<if test="officialStatus != null and officialStatus == 1 ">
|
|
AND cgu.official_status = 1
|
|
AND cgu.official_status = 1
|
|
@@ -676,8 +676,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="studyCountMore != null and studyCountMore == 0 ">
|
|
<if test="studyCountMore != null and studyCountMore == 0 ">
|
|
AND og.study_count = 0
|
|
AND og.study_count = 0
|
|
</if>
|
|
</if>
|
|
- <if test="periodStatus != null and periodStatus == 1 ">
|
|
|
|
- AND cgu.period_status = 1
|
|
|
|
|
|
+ <if test="periodStatus != null ">
|
|
|
|
+ AND cgu.period_status = #{periodStatus}
|
|
</if>
|
|
</if>
|
|
<if test="officialStatus != null and officialStatus == 1 ">
|
|
<if test="officialStatus != null and officialStatus == 1 ">
|
|
AND cgu.official_status = 1
|
|
AND cgu.official_status = 1
|