!148 add != null

Merge pull request !148 from 王帅/main
This commit is contained in:
Michael Yang 2023-07-16 11:44:32 +00:00 committed by Gitee
commit 143239e125
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -20,7 +20,7 @@ import org.springframework.web.bind.annotation.RestController;
#else
import org.springframework.stereotype.Controller;
#end
#if(controllerConfig.superClass)
#if(controllerConfig.superClass != null)
import #(controllerConfig.buildSuperClassImport());
#end
#if(withSwagger)