Browse Source

更改数据传递形式

ZC 2 weeks ago
parent
commit
9d3335aae9

+ 2 - 1
ruoyi-modules/hh-bidding/src/main/java/com/hh/bidding/controller/BidCommitteeController.java

@@ -18,6 +18,7 @@ import com.ruoyi.system.api.domain.MastProject;
 import com.ruoyi.system.api.domain.SysDept;
 import com.ruoyi.system.api.domain.SysUser;
 import com.ruoyi.system.api.model.LoginUser;
+import jdk.internal.jline.internal.Nullable;
 import org.aspectj.weaver.loadtime.Aj;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.web.bind.annotation.*;
@@ -115,7 +116,7 @@ public class BidCommitteeController extends BaseController
      * @return
      */
     @GetMapping("/findCommitAndExpert")
-    public TableDataInfo findCommitAndExpert(@RequestParam("sid") Long sid,@RequestParam Long status)
+    public TableDataInfo findCommitAndExpert(@RequestParam("sid") Long sid,@Nullable @RequestParam("status") Long status)
     {
         startPage();
         Map map = new HashMap();