diff --git a/src/main/java/com/zhgd/xmgl/modules/highslope/controller/HighSlopeMeasurePointThresholdController.java b/src/main/java/com/zhgd/xmgl/modules/highslope/controller/HighSlopeMeasurePointThresholdController.java index 7e8acdf01..f2561f432 100644 --- a/src/main/java/com/zhgd/xmgl/modules/highslope/controller/HighSlopeMeasurePointThresholdController.java +++ b/src/main/java/com/zhgd/xmgl/modules/highslope/controller/HighSlopeMeasurePointThresholdController.java @@ -36,7 +36,7 @@ public class HighSlopeMeasurePointThresholdController { // @RequestParam(name = "pageNo", defaultValue = "1") Integer pageNo, // @RequestParam(name = "pageSize", defaultValue = "10") Integer pageSize, // HttpServletRequest req) { -// // TODO 问题 +// // Result> result = new Result>(); // QueryWrapper queryWrapper = QueryGenerator.initQueryWrapper(highSlopeMeasurePointThreshold, req.getParameterMap()); // Page page = new Page(pageNo, pageSize); @@ -57,7 +57,7 @@ public class HighSlopeMeasurePointThresholdController { // public Result add(@RequestBody HighSlopeMeasurePointThreshold highSlopeMeasurePointThreshold) { // Result result = new Result(); // try { -// // TODO 问题 +// // //// highSlopeMeasurePointThresholdService.save(highSlopeMeasurePointThreshold); // result.success("添加成功!"); // } catch (Exception e) { @@ -83,7 +83,7 @@ public class HighSlopeMeasurePointThresholdController { //// result.error500("未找到对应实体"); //// } else { //// boolean ok = highSlopeMeasurePointThresholdService.updateById(highSlopeMeasurePointThreshold); -//// +//// //// if (ok) { //// result.success("修改成功!"); //// } diff --git a/src/main/java/com/zhgd/xmgl/modules/highslope/service/impl/HighSlopeCurrentDataServiceImpl.java b/src/main/java/com/zhgd/xmgl/modules/highslope/service/impl/HighSlopeCurrentDataServiceImpl.java index fe5a6af65..a82149c20 100644 --- a/src/main/java/com/zhgd/xmgl/modules/highslope/service/impl/HighSlopeCurrentDataServiceImpl.java +++ b/src/main/java/com/zhgd/xmgl/modules/highslope/service/impl/HighSlopeCurrentDataServiceImpl.java @@ -307,7 +307,7 @@ public class HighSlopeCurrentDataServiceImpl extends ServiceImpllambdaUpdate()