Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YeeAmosFireAutoSysRoot
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
station
YeeAmosFireAutoSysRoot
Commits
2ce916c3
Commit
2ce916c3
authored
Apr 23, 2024
by
litengwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
子任务配置BUG
parent
6e7ce862
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
dbTemplate_emergency_task.xml
...rc/main/resources/db/mapper/dbTemplate_emergency_task.xml
+4
-4
No files found.
YeeAmosFireAutoSysStart/src/main/resources/db/mapper/dbTemplate_emergency_task.xml
View file @
2ce916c3
...
@@ -55,9 +55,9 @@
...
@@ -55,9 +55,9 @@
<select
id=
"roleCodes"
resultType=
"string"
>
<select
id=
"roleCodes"
resultType=
"string"
>
SELECT
SELECT
f.
dict_valu
e
f.
cod
e
FROM
FROM
c_emergency_relation cer LEFT JOIN
f_dict
f ON cer.obligationId = f.id
c_emergency_relation cer LEFT JOIN
c_emergency_task_role
f ON cer.obligationId = f.id
<where>
<where>
<if
test=
"_parameter != null "
>
<if
test=
"_parameter != null "
>
cer.amos_id = #{amosOrgId}
cer.amos_id = #{amosOrgId}
...
@@ -67,9 +67,9 @@
...
@@ -67,9 +67,9 @@
<select
id=
"roleNames"
resultType=
"string"
>
<select
id=
"roleNames"
resultType=
"string"
>
SELECT
SELECT
f.
dict_
name AS dictName
f.name AS dictName
FROM
FROM
c_emergency_relation cer LEFT JOIN
f_dict
f ON cer.obligationId = f.id
c_emergency_relation cer LEFT JOIN
c_emergency_task_role
f ON cer.obligationId = f.id
<where>
<where>
<if
test=
"_parameter != null "
>
<if
test=
"_parameter != null "
>
cer.amos_id = #{amosOrgId}
cer.amos_id = #{amosOrgId}
...
...
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