From 561aa63737f42136c69e87a8d907727da235b38c Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期五, 16 八月 2024 18:51:41 +0800
Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/~yxh/opo

---
 ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/BaseOnlyValController.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/BaseOnlyValController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/BaseOnlyValController.java
index 9e227b7..e058111 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/BaseOnlyValController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/BaseOnlyValController.java
@@ -39,10 +39,10 @@
      */
     @ApiOperation("鑾峰彇鍞竴缂栧彿")
     @GetMapping("/getOnlyCode")
-    public AjaxResult getOnlyCode(@RequestParam("businessType") String businessType) {
-        log.info("鏌ヨ鍞竴缂栧彿绫诲瀷 锛歿}锛�" , businessType);
+    public AjaxResult getOnlyCode(@RequestParam("businessType") String businessType, @RequestParam("datequery") Boolean datequery) {
+        log.info("鏌ヨ鍞竴缂栧彿绫诲瀷 锛歿}锛�", businessType);
         startPage();
-        BaseOnlyvalue baseOnlyvalue = baseOnlyvalueService.getOnlyCode(businessType);
+        BaseOnlyvalue baseOnlyvalue = baseOnlyvalueService.getOnlyCode(businessType, datequery);
         return AjaxResult.success(baseOnlyvalue);
     }
 

--
Gitblit v1.9.3