Commit 7c2dec62 authored by 赵啸非's avatar 赵啸非

添加应用serviceApi参数字段

parent 1639b268
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
and a.appId = #{condition.appId,jdbcType=VARCHAR} and a.appId = #{condition.appId,jdbcType=VARCHAR}
</if> </if>
<include refid="_second_condition_"/> <!-- <include refid="_second_condition_"/>-->
<!-- <if test="condition.fieldCode!=null and condition.fieldCode!=''"> <if test="condition.fieldCode!=null and condition.fieldCode!=''">
and b.fieldCode = #{condition.fieldCode,jdbcType=VARCHAR} and b.fieldCode = #{condition.fieldCode,jdbcType=VARCHAR}
</if> </if>
<if test="condition.fieldName!=null and condition.fieldName!=''"> <if test="condition.fieldName!=null and condition.fieldName!=''">
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
</if> </if>
<if test="condition.fieldValue != null and condition.fieldValue != ''"> <if test="condition.fieldValue != null and condition.fieldValue != ''">
and b.fieldValue like #{condition.fieldValue} and b.fieldValue like #{condition.fieldValue}
</if>--> </if>
</trim> </trim>
</trim> </trim>
...@@ -44,9 +44,9 @@ ...@@ -44,9 +44,9 @@
<if test="condition.appId!=null and condition.appId!=''"> <if test="condition.appId!=null and condition.appId!=''">
and a.appId = #{condition.appId,jdbcType=VARCHAR} and a.appId = #{condition.appId,jdbcType=VARCHAR}
</if> </if>
<include refid="_second_condition_"/> <!-- <include refid="_second_condition_"/>-->
<!-- <if test="condition.fieldCode!=null and condition.fieldCode!=''"> <if test="condition.fieldCode!=null and condition.fieldCode!=''">
and b.fieldCode = #{condition.fieldCode,jdbcType=VARCHAR} and b.fieldCode = #{condition.fieldCode,jdbcType=VARCHAR}
</if> </if>
<if test="condition.fieldName!=null and condition.fieldName!=''"> <if test="condition.fieldName!=null and condition.fieldName!=''">
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
</if> </if>
<if test="condition.fieldValue != null and condition.fieldValue != ''"> <if test="condition.fieldValue != null and condition.fieldValue != ''">
and b.fieldValue like #{condition.fieldValue} and b.fieldValue like #{condition.fieldValue}
</if>--> </if>
</trim> </trim>
</trim> </trim>
</select> </select>
......
...@@ -20,7 +20,7 @@ Content-Type: application/json ...@@ -20,7 +20,7 @@ Content-Type: application/json
{ {
"appId": 20, "appId": 20,
"fieldName": "标题", "fieldName": "标题",
"fieldValue": "%管理办法%", "fieldValue": "中华人民共和国反电信网络诈骗法",
"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