|
|
|
@ -93,8 +93,8 @@ public class AlarmCaseServiceImpl extends ServiceImpl |
|
|
|
monitorUsersList.forEach(item -> { |
|
|
|
InvocationRecord lawResult = LawResearchUtil.querySxx(item.getCompanyName(), item.getCreditCode(),null); |
|
|
|
invocationRecordService.saveModel(result); |
|
|
|
JSONObject object = JSONObject.parseObject(lawResult.getApiResult()); |
|
|
|
lawCaseService.judicialModelSave(object); |
|
|
|
JSONObject resultObj = JSONObject.parseObject(lawResult.getApiResult()); |
|
|
|
lawCaseService.judicialModelSave(resultObj); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|