|  | @@ -112,10 +112,10 @@ public class GenUtils
 | 
											
												
													
														|  |          {
 |  |          {
 | 
											
												
													
														|  |              column.setHtmlType(GenConstants.HTML_SELECT);
 |  |              column.setHtmlType(GenConstants.HTML_SELECT);
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  | -        // 文件字段设置上传控件
 |  | 
 | 
											
												
													
														|  | 
 |  | +        // 图片字段设置单图控件
 | 
											
												
													
														|  |          else if (StringUtils.endsWithIgnoreCase(columnName, "image"))
 |  |          else if (StringUtils.endsWithIgnoreCase(columnName, "image"))
 | 
											
												
													
														|  |          {
 |  |          {
 | 
											
												
													
														|  | -            column.setHtmlType(GenConstants.HTML_UPLOAD_IMAGE);
 |  | 
 | 
											
												
													
														|  | 
 |  | +            column.setHtmlType(GenConstants.HTML_IMAGE_UPLOAD);
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |          // 内容字段设置富文本控件
 |  |          // 内容字段设置富文本控件
 | 
											
												
													
														|  |          else if (StringUtils.endsWithIgnoreCase(columnName, "content"))
 |  |          else if (StringUtils.endsWithIgnoreCase(columnName, "content"))
 |