txf преди 3 години
родител
ревизия
ab7e2757f4
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/main/resources/com/steerinfo/dil/mapper/RmsShipperMapper.xml

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

@@ -320,7 +320,7 @@
       </if>
     </where>
   </sql>
-  <delete id="deleteByPrimaryKey" parameterType="java.lang.Short">
+  <delete id="deleteByPrimaryKey" parameterType="java.math.BigDecimal">
     delete from RMS_SHIPPER
     where SHIPPER_ID = #{shipperId,jdbcType=DECIMAL}
   </delete>
@@ -892,7 +892,7 @@
     </set>
     where SHIPPER_ID = #{shipperId,jdbcType=DECIMAL}
   </update>
-  <select id="selectByPrimaryKey" parameterType="java.lang.Short" resultMap="BaseResultMap">
+  <select id="selectByPrimaryKey" parameterType="java.math.BigDecimal" resultMap="BaseResultMap">
     <include refid="select" />
     where SHIPPER_ID = #{shipperId,jdbcType=DECIMAL}
   </select>