diff --git a/app/common/model/system_store_storage/SystemStoreStorage.php b/app/common/model/system_store_storage/SystemStoreStorage.php index 0aa7c363a..42d6ed0a7 100644 --- a/app/common/model/system_store_storage/SystemStoreStorage.php +++ b/app/common/model/system_store_storage/SystemStoreStorage.php @@ -17,6 +17,7 @@ class SystemStoreStorage extends BaseModel use SoftDelete; protected $name = 'system_store_storage'; protected $deleteTime = 'delete_time'; - + // 不生成该表的日志 + public $doNotRecordLog = true; } \ No newline at end of file