Browse Source

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

wanghui 8 years ago
parent
commit
27b9196813
1 changed files with 1 additions and 1 deletions
  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,