fix: 83046
This commit is contained in:
+1
-1
@@ -283,7 +283,7 @@ public class LawsProblemLibraryServiceImpl extends ServiceImpl<LawsProblemLibrar
|
||||
map.put("standardName", lawsProblemLibrary.getStandardName());
|
||||
map.put("title", lawsProblemLibrary.getTitle());
|
||||
map.put("openType", "url");
|
||||
map.put("openPage", "/businessSupport/questionDetail?id=" + lawsProblemLibrary.getId() + "&canAnswer=1");
|
||||
map.put("openPage", "/businessSupport/questionDetail?id=" + lawsAnswerLibrary.getProblemId() + "&canAnswer=1");
|
||||
sendMessageDTO.setMap(map);
|
||||
sendMessageAPI.sendMessage(sendMessageDTO);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user