src/main/resources/mapper/UserWithdrawMapper.xml
@@ -23,7 +23,7 @@ </sql> <select id="selectByPrimaryKey" resultMap="BaseResultMap" parameterType="java.lang.Integer" > select <include refid="Base_Column_List" /> * from user_withdraw where id = #{id,jdbcType=INTEGER} </select>