فهرست منبع

更新 'src/main/resources/com/steerinfo/dil/mapper/RmsSupplierMapper.xml'

胡杰焕 3 سال پیش
والد
کامیت
c9d3ca445a
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/main/resources/com/steerinfo/dil/mapper/RmsSupplierMapper.xml

+ 2 - 2
src/main/resources/com/steerinfo/dil/mapper/RmsSupplierMapper.xml

@@ -706,11 +706,11 @@
     <include refid="select" />
     where SUPPLIER_ID = #{supplierId,jdbcType=DECIMAL}
   </select>
-  <select id="selectByParameters" parameterType="java.util.HashMap" resultMap="ResultMapWithBLOBs">
+  <select id="selectByParameters" parameterType="java.util.HashMap" resultMap="BaseResultMap">
     <include refid="select" />
     <include refid="where" />
   </select>
-  <select id="selectLikeByParameters" parameterType="java.util.HashMap" resultMap="ResultMapWithBLOBs">
+  <select id="selectLikeByParameters" parameterType="java.util.HashMap" resultMap="BaseResultMap">
     <include refid="select" />
     <include refid="whereLike" />
   </select>