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

@@ -266,6 +266,9 @@ public class ExportExcel {
commentStr=commentStr+msgProp.getProperty("rule_desc_tip")+":\n";
index++;
//1、非空
commentStr=commentStr+""+msgProp.getProperty("https_url_format_tip")+"\n";
index++;
//1、非空
commentStr=commentStr+""+msgProp.getProperty("required")+"\n";
index++;
}