代码调整

This commit is contained in:
2024-12-07 15:26:19 +08:00
parent 3e3165bed8
commit efc075b4a9

View File

@@ -119,10 +119,6 @@ public class ExportModelController extends BaseController {
@RequestParam(value = "isUrl",required = false) Boolean isUrl,
@RequestPart(value ="file",required = false) MultipartFile file) throws IOException {
String methodDescribe = getMethodDescribe("exportWorld");
Pattern pattern = Pattern.compile(PatternRegex.SPECIAL_REGEX);
if(pattern.matcher(reportNumber).find() || pattern.matcher(crmName).find()){
throw new BusinessException(ValidMessage.SPECIAL_REGEX);
}
//获取监测点信息
String bdname;
Integer pttype;