|
@@ -653,7 +653,7 @@
|
|
|
AND a.limitDate <![CDATA[ <= ]]> #{map.limitDateLower}
|
|
AND a.limitDate <![CDATA[ <= ]]> #{map.limitDateLower}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="@o.Ognl@isNotEmpty(map.paperState)">
|
|
<if test="@o.Ognl@isNotEmpty(map.paperState)">
|
|
|
- AND a.paperState = #{map.paperState}
|
|
|
|
|
|
|
+ AND FIND_IN_SET(a.paperState, #{map.paperState})
|
|
|
</if>
|
|
</if>
|
|
|
AND examState='已发布'
|
|
AND examState='已发布'
|
|
|
</where>
|
|
</where>
|