feat: refs #7584 tabulaciones y saltos de linea
gitea/mylogger/pipeline/pr-master This commit looks good
Details
gitea/mylogger/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
c501b254d5
commit
6b53029c06
|
@ -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