Commit aaaf6d2b authored by 赵啸非's avatar 赵啸非

添加站点事项过滤

parent 94849284
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
and a.deptCode = #{condition.deptCode,jdbcType=VARCHAR} and a.deptCode = #{condition.deptCode,jdbcType=VARCHAR}
</if> </if>
<if test="condition.matterName != null and condition.matterName != ''"> <if test="condition.matterName != null and condition.matterName != ''">
a.matterName like #{condition.matterName} and a.matterName like #{condition.matterName}
</if> </if>
</trim> </trim>
</trim> </trim>
......
...@@ -30,6 +30,7 @@ POST {{baseUrl}}/matter/sublist ...@@ -30,6 +30,7 @@ POST {{baseUrl}}/matter/sublist
Content-Type: application/json Content-Type: application/json
{ {
"siteId": 5, "siteId": 5,
"page": 1, "page": 1,
"size": 10 "size": 10
......
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