Commit 4e66f97f authored by zhangc's avatar zhangc

commit

parent f1259dc1
...@@ -20,8 +20,8 @@ import java.io.Serializable; ...@@ -20,8 +20,8 @@ import java.io.Serializable;
@ApiModel("API详情信息") @ApiModel("API详情信息")
public class ApiInterfaceDetailReq implements Serializable { public class ApiInterfaceDetailReq implements Serializable {
@ApiModelProperty(value = "id",required = false) /* @ApiModelProperty(value = "id",required = false)
private Long id; private Long id;*/
@ApiModelProperty(value = "apiKey",required = true) @ApiModelProperty(value = "apiKey",required = true)
@NotNull(message = "apiKey不能为空") @NotNull(message = "apiKey不能为空")
......
...@@ -37,9 +37,6 @@ ...@@ -37,9 +37,6 @@
<if test="apiKey != null and apiKey !=''"> <if test="apiKey != null and apiKey !=''">
ai.api_key =#{apiKey} ai.api_key =#{apiKey}
</if> </if>
<if test="id != null and id !=''">
AND ai.id =#{id}
</if>
</select> </select>
<select id="getTestData" resultType="com.jz.dm.models.domian.ApiInterfaceCustom"> <select id="getTestData" resultType="com.jz.dm.models.domian.ApiInterfaceCustom">
SELECT aic.* SELECT aic.*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment