shishuaikang
2023-12-12 e5cd5597aad68f294fcfff465e0a312713804c0d
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);
   }
   /**