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
46a7c797
Commit
46a7c797
authored
Apr 18, 2022
by
chenhao
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'developer' of
http://39.98.45.134:8090/moa/amos-boot-biz
into developer
parents
055ae192
01a6fbad
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
8 deletions
+9
-8
FormInstanceMapper.xml
...em-equip/src/main/resources/mapper/FormInstanceMapper.xml
+2
-2
dbTemplate_fire_equip.xml
...as/src/main/resources/db/mapper/dbTemplate_fire_equip.xml
+6
-5
jcs-1.0.0.0.xml
...ystem-jcs/src/main/resources/db/changelog/jcs-1.0.0.0.xml
+1
-1
No files found.
amos-boot-system-equip/src/main/resources/mapper/FormInstanceMapper.xml
View file @
46a7c797
...
...
@@ -65,8 +65,8 @@
(
select
i.INSTANCE_ID instanceId,
i.GROUP_CODE groupCode
,
<foreach
collection=
"fieldNames"
item=
"value"
index=
"key"
separator=
","
>
i.GROUP_CODE groupCode
<foreach
collection=
"fieldNames"
item=
"value"
open=
","
index=
"key"
separator=
","
>
MAX( CASE WHEN i.FIELD_NAME = #{key} THEN i.FIELD_VALUE END) ${key}
</foreach>
from
...
...
amos-boot-system-fas/src/main/resources/db/mapper/dbTemplate_fire_equip.xml
View file @
46a7c797
...
...
@@ -149,10 +149,10 @@
AND d.update_date BETWEEN '${startTime}' AND '${endTime}'
</if>
<if
test=
"buildId!=null"
>
AND d.buildId in
<foreach
item=
"item"
index=
"index"
collection=
"buildId"
open=
"("
separator=
","
close=
")"
>
AND d.buildId in
#{buildId}
<!--
<foreach item="item" index="index" collection="buildId" open="(" separator="," close=")">
#{item}
</foreach>
</foreach>
-->
</if>
</where>
</select>
...
...
@@ -203,10 +203,11 @@
AND d.create_date BETWEEN '${startTime}' AND '${endTime}'
</if>
<if
test=
"buildId!=null"
>
AND d.buildId in #{buildId}
AND d.buildId in
<foreach
item=
"item"
index=
"index"
collection=
"buildId"
open=
"("
separator=
","
close=
")"
>
<!--
<foreach item="item" index="index" collection="buildId" open="(" separator="," close=")">
#{item}
</foreach>
</foreach>
-->
</if>
</where>
ORDER BY d.create_date desc
...
...
amos-boot-system-jcs/src/main/resources/db/changelog/jcs-1.0.0.0.xml
View file @
46a7c797
...
...
@@ -2908,7 +2908,7 @@
INSERT INTO `wl_form_group_column`(`id`, `field_name`, `field_label`, `data_type`, `group_id`, `query_strategy`, `not_null`, `group_code`, `creator_id`) VALUES (133000000327, 'storage_plan', '储罐区平面图图纸', 'String', 132828674824, 'eq', b'0', 'r_tank', 2581805);
INSERT INTO `wl_form_group_column`(`id`, `field_name`, `field_label`, `data_type`, `group_id`, `query_strategy`, `not_null`, `group_code`, `creator_id`) VALUES (133000000328, '
company_code
', '消防设施情况', 'String', 132828674824, 'eq', b'0', 'r_tank', 2581805);
INSERT INTO `wl_form_group_column`(`id`, `field_name`, `field_label`, `data_type`, `group_id`, `query_strategy`, `not_null`, `group_code`, `creator_id`) VALUES (133000000328, '
fire_situation
', '消防设施情况', 'String', 132828674824, 'eq', b'0', 'r_tank', 2581805);
</sql>
</changeSet>
...
...
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