yingp 6 tahun lalu
induk
melakukan
954efd8814

+ 1 - 1
uas-office-core/src/main/java/com/usoftchina/uas/office/listener/UasEventListenerFactory.java

@@ -76,7 +76,7 @@ public class UasEventListenerFactory {
                 if (null != beanMethodList) {
                     for (BeanMethod beanMethod : beanMethodList) {
                         try {
-                            logger.debug("invoke on %s.%s %s", beanMethod.bean.getClass().getSimpleName(), beanMethod.method.getName(), event);
+                            logger.debug("invoke on {}.{} {}", beanMethod.bean.getClass().getSimpleName(), beanMethod.method.getName(), event);
                             beanMethod.method.invoke(beanMethod.bean, event);
                         } catch (Exception e) {
                             logger.error("invoke error on " + event, e);

+ 0 - 1
uas-office-qywx/src/main/java/com/usoftchina/uas/office/qywx/listener/UasProcessListener.java

@@ -10,7 +10,6 @@ import com.usoftchina.uas.office.qywx.entity.JProcess;
 import com.usoftchina.uas.office.qywx.manage.entity.QywxAgent;
 import com.usoftchina.uas.office.qywx.manage.service.QywxAgentService;
 import com.usoftchina.uas.office.qywx.service.UasJProcessService;
-import com.usoftchina.uas.office.service.DataCenterService;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 import org.springframework.beans.factory.annotation.Autowired;