瀏覽代碼

JMS通用方法算法修改参数

andy 1 年之前
父節點
當前提交
84f587805c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/scbfkj/uni/process/JMS.java

+ 1 - 1
src/main/java/com/scbfkj/uni/process/JMS.java

@@ -79,7 +79,7 @@ public class JMS {
                             Object data, String... args
     ) throws JMSException, MalformedURLException, ClassNotFoundException, InvocationTargetException, NoSuchMethodException, InstantiationException, IllegalAccessException {
 
-        JmsTemplate template = getJmsTemplate(path, className, args);
+        JmsTemplate template = getJmsTemplate(path, className, (Object[]) args);
 
         try {
             if (data instanceof Object[] datas) {