|
|
|
@ -198,6 +198,9 @@
|
|
|
|
|
<if test="smPost!=null and smPost!=''">
|
|
|
|
|
AND sm_post = #{smPost}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="applyStatus!=null and applyStatus!=''">
|
|
|
|
|
AND apply_status = #{applyStatus}
|
|
|
|
|
</if>
|
|
|
|
|
AND apply_status in ('5','6','7','8')
|
|
|
|
|
<!-- 数据范围过滤 -->
|
|
|
|
|
${params.dataScope}
|
|
|
|
|