Compare commits
2 Commits
b098b39654
...
96953edb99
Author | SHA1 | Date |
---|---|---|
|
96953edb99 | |
|
8de3aaf103 |
|
@ -227,7 +227,14 @@ public class WjxWjxxServiceImpl extends ServiceImpl<WjxWjxxMapper, WjxWjxx> impl
|
||||||
map.put("q_title",wWjxWjxxTmlb.getWjTitle());
|
map.put("q_title",wWjxWjxxTmlb.getWjTitle());
|
||||||
map.put("is_requir",true);
|
map.put("is_requir",true);
|
||||||
if(wWjxWjxxTmlb.getWjScore()!=null){
|
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<Map<String,Object>> itemsList = new ArrayList<>();
|
List<Map<String,Object>> itemsList = new ArrayList<>();
|
||||||
List<WjxWjxxTmxx> tmxxList = wjxWjxxTmxxMapper.selectByMainId(wWjxWjxxTmlb.getId());
|
List<WjxWjxxTmxx> tmxxList = wjxWjxxTmxxMapper.selectByMainId(wWjxWjxxTmlb.getId());
|
||||||
|
|
Loading…
Reference in New Issue