xieb
2024-03-11 3be630d678dd60603e557514a203a1f544034a4d
skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/sjztmd/controller/TbResGeneralInvestigationController.java
@@ -88,7 +88,7 @@
      if (tbResGeneralInvestigation.getGuid() == null) {
         tbResGeneralInvestigation.setCreateTime(new Date());
      }
      return R.status(tbResGeneralInvestigationService.saveOrUpdate(tbResGeneralInvestigation));
      return tbResGeneralInvestigationService.saveOrUpdateBy(tbResGeneralInvestigation);
   }
   @PostMapping("/remove")