refs #7584 workerTimeControl #6
|
@ -522,7 +522,9 @@ module.exports = class MyLogger {
|
|||
`[${action}]`[actionColor[action]],
|
||||
`${logInfo.name}: ${originFk}, ${modelName}: ${modelId}`
|
||||
);
|
||||
|
||||
const noInclude = tableInfo.rowExcludeField && !row.editorFk;
|
||||
|
||||
try {
|
||||
if (isDelete && (!tableInfo.rowExcludeField || noInclude)) {
|
||||
[[deleteRow]] = await logInfo.fetchStmt.execute([
|
||||
|
|
Loading…
Reference in New Issue