|
@@ -48,6 +48,9 @@
|
|
<if test="param.auditStatus != null ">
|
|
<if test="param.auditStatus != null ">
|
|
AND active.audit_status = #{param.auditStatus}
|
|
AND active.audit_status = #{param.auditStatus}
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="param.valid != null ">
|
|
|
|
+ AND active.valid = #{param.valid}
|
|
|
|
+ </if>
|
|
</where>
|
|
</where>
|
|
order by active.apply_time
|
|
order by active.apply_time
|
|
</select>
|
|
</select>
|