Fancy
2024-06-18 971c239a1db9d08c25f583b4697a6d049c697f88
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>