peter
2026-01-11 ab4f5aafb0d7b6d77a3108a6fb7084219c56a1cf
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("修改成功");