修改配置新增、修改时的来函、分类、性质、标签都只查询有效状态数据,并且修正性质、标签在修改配置时,下拉列表的加载多次数据的错误。
Signed-off-by: zhangwei <zhangwei@intranet.com>
This commit is contained in:
@@ -63,6 +63,9 @@
|
||||
<if test="isAudit != null">
|
||||
AND r.is_audit=${isAudit}
|
||||
</if>
|
||||
<if test="isValid != null">
|
||||
AND r.is_valid=${isValid}
|
||||
</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