liuxm
2024-06-03 f5156a92b4f64b496336e6465ff9e76ba6d9c756
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>