|  | @@ -141,7 +141,7 @@
 | 
	
		
			
				|  |  |        </if>
 | 
	
		
			
				|  |  |      </where>
 | 
	
		
			
				|  |  |    </sql>
 | 
	
		
			
				|  |  | -  <delete id="deleteByPrimaryKey" parameterType="java.lang.Short">
 | 
	
		
			
				|  |  | +  <delete id="deleteByPrimaryKey" parameterType="java.math.BigDecimal">
 | 
	
		
			
				|  |  |      delete from OMSSHIP_INSTRUCTIONS_CAPACITY
 | 
	
		
			
				|  |  |      where INSTRUCTIONS_CAPACITY_ID = #{instructionsCapacityId,jdbcType=DECIMAL}
 | 
	
		
			
				|  |  |    </delete>
 | 
	
	
		
			
				|  | @@ -383,7 +383,7 @@
 | 
	
		
			
				|  |  |      </set>
 | 
	
		
			
				|  |  |      where INSTRUCTIONS_CAPACITY_ID = #{instructionsCapacityId,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 INSTRUCTIONS_CAPACITY_ID = #{instructionsCapacityId,jdbcType=DECIMAL}
 | 
	
		
			
				|  |  |    </select>
 |