浏览代码

修改bug

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>