peter
2026-01-11 5f20fc02cb6873ceabde9f34cf62967bbd92d82f
src/main/java/com/nq/service/impl/SiteProductServiceImpl.java
@@ -28,7 +28,6 @@
        if (dbproduct == null) {
            return ServerResponse.createByErrorMsg("不存在产品设置记录");
        }
        int updateCount = this.siteProductMapper.updateByPrimaryKeySelective(siteProduct);
        if (updateCount > 0) {
            return ServerResponse.createBySuccessMsg("修改成功");