浏览代码

修改客户系统BUG

wanghui 8 年之前
父节点
当前提交
d33ab7df26
共有 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,