胡易卿

Results 1 issues of 胡易卿

### 当前使用版本(必填,否则不予处理) 3.5.2 ### 该问题是如何引起的?(确定最新版也有问题再提!!!) 不知道这个是算个bug呢 ,还是由于特殊原因就要要求这样写的。 输出自定义模板文件输出路径格式与官网文档的代码不一致。 现在最新的版本代码输出的路径为 :entityName + File.separator + "%s",这样每次路径下都多出一个 entityName 的文件夹,如图: ![image](https://user-images.githubusercontent.com/13235483/178702535-a5053562-e2b2-4136-9d2c-840014889182.png) 源码实现如下: ` protected void outputCustomFile(@NotNull Map customFile, @NotNull TableInfo tableInfo, @NotNull Map objectMap)...