소스 검색

模板更新

guomengjiao 2 주 전
부모
커밋
7456847c89
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      modules/report/src/main/resources/mappings/modules/report/ResearchReportDao.xml

+ 1 - 1
modules/report/src/main/resources/mappings/modules/report/ResearchReportDao.xml

@@ -45,7 +45,7 @@
 
 	<sql id="query_columns">
 		b.id,b.title,b.publish_date,b.outline,b.lang,b.web_title,b.report_region, b.market_scale, b.market_driven,
-		c.name fileName
+		c.name fileName,b.market_type
 	</sql>
 
 	<select id="findReportList" parameterType="com.jeesite.modules.report.entity.ResearchReport"