Commit 4e66f97f authored by zhangc's avatar zhangc

commit

parent f1259dc1
......@@ -20,8 +20,8 @@ import java.io.Serializable;
@ApiModel("API详情信息")
public class ApiInterfaceDetailReq implements Serializable {
@ApiModelProperty(value = "id",required = false)
private Long id;
/* @ApiModelProperty(value = "id",required = false)
private Long id;*/
@ApiModelProperty(value = "apiKey",required = true)
@NotNull(message = "apiKey不能为空")
......
......@@ -37,9 +37,6 @@
<if test="apiKey != null and apiKey !=''">
ai.api_key =#{apiKey}
</if>
<if test="id != null and id !=''">
AND ai.id =#{id}
</if>
</select>
<select id="getTestData" resultType="com.jz.dm.models.domian.ApiInterfaceCustom">
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