【fix bug】代码生成器时间范围查询的组件优化

This commit is contained in:
梁琦涛
2023-03-15 17:40:49 +08:00
parent 0d111ae337
commit a5d9c878ed
@@ -109,7 +109,7 @@ public class ${entityName}Controller extends JeroController<${entityName}, I${en
/**
* 通过id删除
*
* @param id
* @param map
* @return
*/
@AutoLog(value = "${tableVo.ftlDescription}-通过id删除")