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("修改成功");