HTTPS重定向,导入增加httpsURL提示;

解决批量删除会删除审核未通过的配置BUG
This commit is contained in:
duandongmei
2019-05-10 18:31:27 +08:00
parent b4f9eac0d3
commit ea456f83d0
18 changed files with 9 additions and 45 deletions

View File

@@ -225,9 +225,7 @@
<choose>
<!-- 判断是否批量操作 -->
<when test="batchAuditValue != null and batchAuditValue != ''">
<if test="isAudit != null">
AND a.IS_AUDIT in(${batchAuditValue})
</if>
</when>
<otherwise>
<if test="isAudit != null">