yingp 5 years ago
parent
commit
7be50d7605

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

@@ -88,7 +88,9 @@ public class UasProcessListener {
 
     public Employee getDealMan(JProcess process) {
         try {
+            logger.debug("null == process " + (null == process));
             DataSourceHolder.set(DataCenter.INSTANCE);
+            logger.debug("null == employeeService " + (null == employeeService));
             Employee employee = employeeService.getByCode(process.getJp_nodedealman());
             if (null == employee || null == employee.getEm_qywx()) {
                 return null;