From 8de3aaf1033e30f06dd55422989d85595af69b31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Sat, 11 May 2024 10:36:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E5=8D=B7=E6=98=9F=EF=BC=9A=E5=8D=95?= =?UTF-8?q?=E9=80=89=E3=80=81=E5=A4=9A=E9=80=89=E5=BE=97=E5=88=86=E4=B8=BA?= =?UTF-8?q?0=20BUG=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kc/wjxWjxx/service/impl/WjxWjxxServiceImpl.java | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/jeecg-module-main/src/main/java/org/jeecg/modules/kc/wjxWjxx/service/impl/WjxWjxxServiceImpl.java b/jeecg-module-main/src/main/java/org/jeecg/modules/kc/wjxWjxx/service/impl/WjxWjxxServiceImpl.java index dd976d23..c06370a3 100644 --- a/jeecg-module-main/src/main/java/org/jeecg/modules/kc/wjxWjxx/service/impl/WjxWjxxServiceImpl.java +++ b/jeecg-module-main/src/main/java/org/jeecg/modules/kc/wjxWjxx/service/impl/WjxWjxxServiceImpl.java @@ -227,7 +227,14 @@ public class WjxWjxxServiceImpl extends ServiceImpl impl map.put("q_title",wWjxWjxxTmlb.getWjTitle()); map.put("is_requir",true); if(wWjxWjxxTmlb.getWjScore()!=null){ - map.put("is_requir",wWjxWjxxTmlb.getWjScore()); + map.put("q_score",wWjxWjxxTmlb.getWjScore()); + map.put("q_ceshi",true); + } + if(wWjxWjxxTmlb.getWjType() == 3){ + map.put("is_toupiao",3); + } + if(wWjxWjxxTmlb.getWjType() == 4){ + map.put("is_toupiao",3); } List> itemsList = new ArrayList<>(); List tmxxList = wjxWjxxTmxxMapper.selectByMainId(wWjxWjxxTmlb.getId());