wangting
2023-07-06 f244272cd66b2adcd367f07cb3f0cd89f51df17d
Source/UBCS/ubcs-service/ubcs-system/src/main/java/com/vci/ubcs/system/feign/DictBizClient.java
@@ -23,6 +23,7 @@
import org.springblade.core.tool.api.R;
import com.vci.ubcs.system.entity.DictBiz;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RestController;
import springfox.documentation.annotations.ApiIgnore;
@@ -67,7 +68,7 @@
    * @return
    */
   @Override
   @GetMapping(CHECK_VALUE)
   @PostMapping(CHECK_VALUE)
   public R getCheck(DictBiz dictBiz) {
      return service.checkOrInsert(dictBiz);
   }