|
|
@ -148,11 +148,11 @@ public class RequestRecordServiceImpl extends MpBaseServiceImpl<RequestRecordDao |
|
|
|
R data = new R(1000, "default success"); |
|
|
|
R data = new R(1000, "default success"); |
|
|
|
try { |
|
|
|
try { |
|
|
|
DynamicContextHolder.push(dbname+DbConstant.BUSINESS_WRITE); |
|
|
|
DynamicContextHolder.push(dbname+DbConstant.BUSINESS_WRITE); |
|
|
|
List<String> list = JSONObject.parseObject(dbRecord.getActiveCallRequestDetail(),List.class); |
|
|
|
|
|
|
|
if (recordenum.getArgClass().length>1) { |
|
|
|
if (recordenum.getArgClass().length>1) { |
|
|
|
|
|
|
|
List<String> list = JSONObject.parseObject(dbRecord.getActiveCallRequestDetail(),List.class); |
|
|
|
invokeResponse = method.invoke(snPushCheckRecordService, JSONObject.parseObject(list.get(0), recordenum.getArgClass()[0]),JSONObject.parseObject(list.get(1), recordenum.getArgClass()[1])); |
|
|
|
invokeResponse = method.invoke(snPushCheckRecordService, JSONObject.parseObject(list.get(0), recordenum.getArgClass()[0]),JSONObject.parseObject(list.get(1), recordenum.getArgClass()[1])); |
|
|
|
}else { |
|
|
|
}else { |
|
|
|
invokeResponse = method.invoke(snPushCheckRecordService, JSONObject.parseObject(list.get(0), recordenum.getArgClass()[0])); |
|
|
|
invokeResponse = method.invoke(snPushCheckRecordService, JSONObject.parseObject(dbRecord.getActiveCallRequestDetail(), recordenum.getArgClass()[0])); |
|
|
|
} |
|
|
|
} |
|
|
|
log.info("重调后得到的结果:{}",JSONObject.toJSONString(invokeResponse)); |
|
|
|
log.info("重调后得到的结果:{}",JSONObject.toJSONString(invokeResponse)); |
|
|
|
|
|
|
|
|
|
|
|