zmix999

Results 6 issues of zmix999

Execute: A PRIMARY KEY must include all columns in the table's partitioning function.

**描述** 对问题简单清晰的描述 创建视图包含以下语句报错 ( select * from test where id in ( SELECT max(id) FROM test where num is not null group by num ) ) ![image](https://github.com/hanchuanchuan/goInception/assets/135001258/dd5feb23-ed9c-43ea-a3ea-edb1bb68c54b)

### 重现步骤 elif serializer.data["audit_type"] == "cancel": notify_config_key = "Cancel" success_message = "canceled" if auditor.workflow.engineer == serializer.data["engineer"]: action = WorkflowAction.ABORT else: raise serializers.ValidationError({"errors": "用户无权操作此工单"}) ### 预期外的结果 什么原因这么设计啊 ### 日志文本 ```shell ```...

**描述问题** 有接口接入第三方解析器吗