|  | @@ -142,7 +142,7 @@ public interface HighReportDao {
 | 
	
		
			
				|  |  |              " (report_id, report_name, report_type, unit, level, gather_sql, base_sql, display_type, flag, " +
 | 
	
		
			
				|  |  |              "  menu_id, sort, report_sort, is_cw, is_yj, calc_child, calc_mom) values " +
 | 
	
		
			
				|  |  |              " (#{reportId},#{reportName},#{reportType},#{unit},#{level}, " +
 | 
	
		
			
				|  |  | -            " #{gatherSql},#{baseSql},#{displayType},#{flag},#{menuId} " +
 | 
	
		
			
				|  |  | +            " #{gatherSql},#{baseSql},#{displayType},#{flag},#{menuId}, " +
 | 
	
		
			
				|  |  |              " #{sort},#{reportSort},#{isCw},#{isYj},#{calcChild},#{calcMom} " +
 | 
	
		
			
				|  |  |              " ) " +
 | 
	
		
			
				|  |  |              "</script>")
 |