fix(ops): fix DispatchEngine instantiation error in test config
This commit is contained in:
@@ -320,7 +320,7 @@ public class OrderLifecycleManagerImpl implements OrderLifecycleManager {
|
||||
// 记录业务日志
|
||||
Map<String, Object> extra = new HashMap<>();
|
||||
extra.put("cancelReason", reason);
|
||||
extra.put("operatorType", operatorType != null ? operatorType.getCode() : "SYSTEM");
|
||||
extra.put("operatorType", operatorType != null ? operatorType.getType() : "SYSTEM");
|
||||
|
||||
eventLogRecorder.record(EventLogRecord.builder()
|
||||
.module("clean")
|
||||
|
||||
Reference in New Issue
Block a user