pms-parent/pms-global/src/main/resources/mapper/PltProParamsMapper.xml
@@ -86,6 +86,9 @@ <if test="paramValue != null"> param_value = #{paramValue,jdbcType=VARCHAR}, </if> <if test="deleted != null"> deleted = #{deleted,jdbcType=TINYINT} </if> </set> where id = #{id,jdbcType=BIGINT} </update>