|
|
@@ -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;
|