src/main/resources/mapper/ICMOMapper.xml
@@ -277,7 +277,7 @@ <result column="statusId" property="statusId" jdbcType="VARCHAR" /> </resultMap> <update id="updateMaxNum" > <update id="updateMaxNum" parameterType="com.zy.asrs.entity.ICMO"> update ICMaxNum set fmaxnum =#{FInterID,jdbcType=INTEGER} where FTableName =#{tableName,jdbcType=VARCHAR} </update>