叶松
2023-11-27 a013aea101294906be4af0f5081dc6f5c2878d02
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);
   }
   /**