专项和来函列表不展示删除状态的数据
This commit is contained in:
@@ -66,6 +66,9 @@
|
||||
<if test="isValid != null">
|
||||
AND r.is_valid=${isValid}
|
||||
</if>
|
||||
<if test="isValid == null">
|
||||
AND r.IS_VALID != -1
|
||||
</if>
|
||||
<if test="beginDate!=null and beginDate!='' and endDate!=null and endDate!=''">
|
||||
AND r.request_time between #{beginDate} and #{endDate}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user