|  | @@ -185,7 +185,7 @@
 | 
	
		
			
				|  |  |              </if>
 | 
	
		
			
				|  |  |          </where>
 | 
	
		
			
				|  |  |      </sql>
 | 
	
		
			
				|  |  | -    <delete id="deleteByPrimaryKey" parameterType="java.lang.Short">
 | 
	
		
			
				|  |  | +    <delete id="deleteByPrimaryKey" parameterType="DECIMAL">
 | 
	
		
			
				|  |  |          delete from TMSTRUCK_WEIGHT_RESULT
 | 
	
		
			
				|  |  |          where WEIGHT_TASK_RESULT_ID = #{weightTaskResultId,jdbcType=DECIMAL}
 | 
	
		
			
				|  |  |      </delete>
 | 
	
	
		
			
				|  | @@ -509,7 +509,7 @@
 | 
	
		
			
				|  |  |          </set>
 | 
	
		
			
				|  |  |          where WEIGHT_TASK_RESULT_ID = #{weightTaskResultId,jdbcType=DECIMAL}
 | 
	
		
			
				|  |  |      </update>
 | 
	
		
			
				|  |  | -    <select id="selectByPrimaryKey" parameterType="java.lang.Short" resultMap="BaseResultMap">
 | 
	
		
			
				|  |  | +    <select id="selectByPrimaryKey" parameterType="DECIMAL" resultMap="BaseResultMap">
 | 
	
		
			
				|  |  |          <include refid="select"/>
 | 
	
		
			
				|  |  |          where WEIGHT_TASK_RESULT_ID = #{weightTaskResultId,jdbcType=DECIMAL}
 | 
	
		
			
				|  |  |      </select>
 |