소스 검색

更新 '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>