Browse Source

修改mapper

原志强 9 years ago
parent
commit
368b20d335
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/cloudcross/ssp/model/mapper/industry.sql.xml

+ 1 - 1
src/main/java/com/cloudcross/ssp/model/mapper/industry.sql.xml

@@ -13,7 +13,7 @@
 	    from t_industry
 	</select>
 	
-	<select id="findByIndustryId" parameterType="int" resultType="com.cloudcross.ssp.advertiser.model.Industry">
+	<select id="findByIndustryId" parameterType="int" resultType="com.cloudcross.ssp.model.Industry">
 		select 
 		 <include refid="base_column" />
 		from t_industry