1
zj
2026-06-02 1b5faa64dbb22935de1ff33a2bd01a41446f857b
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("修改成功");