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