Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
ac2964cd
Commit
ac2964cd
authored
Jul 15, 2021
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1。bug
parent
8de8a006
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
DynamicFormInstanceMapper.xml
...i/src/main/resources/mapper/DynamicFormInstanceMapper.xml
+7
-1
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-common-api/src/main/resources/mapper/DynamicFormInstanceMapper.xml
View file @
ac2964cd
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
and i.APP_KEY = #{appKey}
and i.APP_KEY = #{appKey}
</if>
</if>
GROUP by
GROUP by
i.INSTANCE_ID)d
i.INSTANCE_ID)
d
<if
test=
"params != null and params.size() > 0"
>
<if
test=
"params != null and params.size() > 0"
>
where
where
1=1
1=1
...
@@ -84,6 +84,12 @@
...
@@ -84,6 +84,12 @@
<when
test=
"fieldCodes[key] == 'eq' and value !=null and value !=''"
>
<when
test=
"fieldCodes[key] == 'eq' and value !=null and value !=''"
>
and d.${key} = #{value}
and d.${key} = #{value}
</when>
</when>
<when
test=
"fieldCodes[key] == 'ge' and value !=null and value !=''"
>
and d.${key} >= #{value}
</when>
<when
test=
"fieldCodes[key] == 'le' and value !=null and value !=''"
>
and d.${key}
<![CDATA[<=]]>
#{value}
</when>
</choose>
</choose>
</foreach>
</foreach>
</if>
</if>
...
...
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