1. 修复网关配置错误

2. 修复生成器 docker,controller 生成器错误
3. 修复 e 办人员同步错误处理

(cherry picked from commit 45e2562111)
This commit is contained in:
chenbowen
2025-09-11 17:17:45 +08:00
committed by chenbowen
parent a62a316e62
commit 85379e6c09
6 changed files with 32 additions and 8 deletions

View File

@@ -65,7 +65,7 @@ public class ${sceneEnum.prefixClass}${table.className}Controller extends Abstra
#if($isFileUpload && $isFileUpload == true)
static {
FileUploadController annotation = DemoContractController.class.getAnnotation(FileUploadController.class);
FileUploadController annotation = ${sceneEnum.prefixClass}${table.className}Controller.class.getAnnotation(FileUploadController.class);
if (annotation != null) {
setFileUploadInfo(annotation);
}