邱宇豪
2023-11-28 858d95b05d61f992d4e510a5b44d3f2a9704d29a
hd/pipe/secure/src/main/java/com/thhy/secure/modules/biz/regionInspection/controller/RegionInspectionRecordController.java
@@ -85,8 +85,7 @@
   @PostMapping("selectAppInfo")
   BasicResult selectAppInfo(@RequestBody Map map){
      String regionInspectionId = map.get("regionInspectionId").toString();
      String userId = map.get("userId").toString();
      return regionInspectionRecordService.selectAppInfo(regionInspectionId,userId);
      return regionInspectionRecordService.selectAppInfo(regionInspectionId,null);
   }
   /**