HTTPS重定向,导入增加httpsURL提示;
解决批量删除会删除审核未通过的配置BUG
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user