Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
7c2dec62
Commit
7c2dec62
authored
Jan 07, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加应用serviceApi参数字段
parent
1639b268
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
base-manager/src/main/resources/sqlmap/module/app/AppDatasetMapperExt.xml
.../main/resources/sqlmap/module/app/AppDatasetMapperExt.xml
+6
-6
base-manager/src/test/java/com/mortals/httpclient/app/AppDatasetController.http
...java/com/mortals/httpclient/app/AppDatasetController.http
+1
-1
No files found.
base-manager/src/main/resources/sqlmap/module/app/AppDatasetMapperExt.xml
View file @
7c2dec62
...
@@ -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>
...
...
base-manager/src/test/java/com/mortals/httpclient/app/AppDatasetController.http
View file @
7c2dec62
...
@@ -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
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment