Commit 86717b65 authored by 赵啸非's avatar 赵啸非

测试 事项查询

parent 62647720
......@@ -103,10 +103,8 @@
<if test="condition.areaCode!=null and condition.areaCode!=''">
and a.areaCode = #{condition.areaCode,jdbcType=VARCHAR}
</if>
and a.source =0
<if test="condition.source!=null">
and a.source = #{condition.source,jdbcType=INTEGER}
</if>
</trim>
</select>
......
......@@ -133,7 +133,7 @@ client.global.set("Matter_id", JSON.parse(response.body).data.id);
%}
###基础事项查看
GET {{baseUrl}}/matter/info?id=34081
GET {{baseUrl}}/matter/interinfo?id=34081
Accept: application/json
###基础事项编辑
......
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