soldier_github

Results 1 issues of soldier_github

**环境信息** - 系统: - JDK: - 数据库: - APIJSON: **问题描述** 在request中新增的一条记录: ```json "version":1,"method":"POST","tag":"SysDept","structure":{"UNIQUE":"dept_name"},"detail":"UNIQUE校验部门名称是否已存在" ``` 且项目启动时控制台已经输出了这条记录的信息 ![image](https://user-images.githubusercontent.com/43507354/123895642-b7616c80-d992-11eb-8004-dc8a72997d92.png) 但执行post接口时,成功插入一条重复数据,没有进行校验 请求体如下: ```js request({ url: COMMON.SERVER_URL + 'system/apiJson/post', method: 'post', data: { "SysDept": {...

Question 使用问题