Browse Source

更换包

HD_wangm 2 months ago
parent
commit
12994c02c9

+ 1 - 1
ygtx-common/src/main/java/com/ygtx/common/utils/ice/IcePendingTaskWebServiceUtil.java

@@ -8,11 +8,11 @@ import com.ygtx.common.core.domain.ice.IcePendingTaskResponse;
 import com.ygtx.common.core.domain.ice.IcePendingTaskStatusRequest;
 import com.ygtx.common.utils.StringUtils;
 import com.ygtx.common.utils.http.IceSsoHttpUtil;
+import org.apache.xmlbeans.impl.soap.*;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.stereotype.Component;
-import javax.xml.soap.*;
 
 /**
  * ICE待办任务Web Service工具类