master
zhang chengzhi 2024-09-04 20:21:59 +08:00
parent 0d0147dcdd
commit b5aae30fe9
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ public class RuleEngineServiceImpl extends ServiceImpl<RuleEngineVersionMapper,
}
// 假设这是你的外部类文件路径
String externalClassFilePath =
engineWorkClassPath + "\\com\\muyu\\data\\engine\\service\\"+className+Suffix_CLASS;
engineWorkClassPath +className+Suffix_CLASS;
Path classFilePath = Paths.get(externalClassFilePath);
String externalClassDir = externalClassFilePath.substring(0, externalClassFilePath.lastIndexOf('\\'));