修改原有框架中英文映射
This commit is contained in:
@@ -158,7 +158,7 @@ class DatabaseLogic extends BaseLogic
|
||||
$isDeleteTime = true;
|
||||
}
|
||||
if (!$isDeleteTime) {
|
||||
throw new ApiException('当前表不支持回收站功能');
|
||||
throw new ApiException('Current table does not support recycle bin');
|
||||
}
|
||||
// 查询软删除数据
|
||||
$request = request();
|
||||
|
||||
Reference in New Issue
Block a user