mirror of
				https://github.com/YunaiV/ruoyi-vue-pro.git
				synced 2025-10-31 10:37:41 +08:00 
			
		
		
		
	修复代码生成如果选择字典类型缺失逗号问题
This commit is contained in:
		| @ -227,8 +227,7 @@ export default { | |||||||
| #end | #end | ||||||
| #if(${column.dictType} != '') | #if(${column.dictType} != '') | ||||||
|       // $comment字典 |       // $comment字典 | ||||||
|       ${column.javaField}Options: []#if($velocityCount != $columns.size()),#end |       ${column.javaField}Options: [], | ||||||
|  |  | ||||||
| #end | #end | ||||||
| #end | #end | ||||||
|       // 查询参数 |       // 查询参数 | ||||||
|  | |||||||
| @ -258,8 +258,7 @@ export default { | |||||||
| #end | #end | ||||||
| #if(${column.dictType} != '') | #if(${column.dictType} != '') | ||||||
|       // $comment字典 |       // $comment字典 | ||||||
|       ${column.javaField}Options: []#if($velocityCount != $columns.size()),#end |       ${column.javaField}Options: [], | ||||||
|  |  | ||||||
| #end | #end | ||||||
| #end | #end | ||||||
|       // 查询参数 |       // 查询参数 | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 RuoYi
					RuoYi