Compare commits

..

No commits in common. "96953edb99718b5ad34a4d8548f2b67c600ff04e" and "b098b39654ca9833dc399fba3a97e22e403579f5" have entirely different histories.

1 changed files with 1 additions and 8 deletions

View File

@ -227,14 +227,7 @@ public class WjxWjxxServiceImpl extends ServiceImpl<WjxWjxxMapper, WjxWjxx> impl
map.put("q_title",wWjxWjxxTmlb.getWjTitle());
map.put("is_requir",true);
if(wWjxWjxxTmlb.getWjScore()!=null){
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);
map.put("is_requir",wWjxWjxxTmlb.getWjScore());
}
List<Map<String,Object>> itemsList = new ArrayList<>();
List<WjxWjxxTmxx> tmxxList = wjxWjxxTmxxMapper.selectByMainId(wWjxWjxxTmlb.getId());