소스 검색

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) {