소스 검색

Merge remote-tracking branch 'origin/dev' into test

wanghui 8 년 전
부모
커밋
27b9196813
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/goafanti/common/mapper/UserBusinessMapper.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/UserBusinessMapper.xml

@@ -348,7 +348,7 @@
       remarks = #{remarks,jdbcType=VARCHAR}
     where id = #{id,jdbcType=VARCHAR}
   </update>
-  <select id="selectBusinessList"  parameterType="com.goafanti.customer.bo.BusinessListBo" resultType="com.goafanti.customer.bo.BusinessListBo">
+  <select id="selectBusinessList" resultType="com.goafanti.customer.bo.BusinessListBo">
 	  select
 		c.name as businessName,
 		b.identify_name as identifyName,