叶松
2023-12-01 8a51417e8182e163613b5d8a35d9fe2c4a6c74dc
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);
   }
   /**