fix:代码类目审核功能微调

This commit is contained in:
xjh 2023-08-03 10:54:31 +08:00
parent 6b238a4923
commit 6788a40aef

View File

@ -118,7 +118,7 @@ class CodeModuleCategoryAudit
'code_module_category_guid' => $module_category_parent_guid, 'code_module_category_guid' => $module_category_parent_guid,
'code_module_category_audit' => $audit, 'code_module_category_audit' => $audit,
]); ]);
CustomerMessageAuditCodeModuleCategory::sendAuditMessage($module_category_parent_guid, $audit, $ps); CustomerMessageAuditCodeModuleCategory::sendAuditMessage($module_category_parent_guid, $audit);
} }
} }
} }