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
48ab46a9
Commit
48ab46a9
authored
Apr 07, 2024
by
tianbo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sql报错提交
parent
bec7665f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
JgUseRegistrationMapper.xml
...api/src/main/resources/mapper/JgUseRegistrationMapper.xml
+4
-4
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/JgUseRegistrationMapper.xml
View file @
48ab46a9
...
@@ -377,7 +377,7 @@
...
@@ -377,7 +377,7 @@
</sql>
</sql>
<select
id=
"queryForUnitPipelineEquipmentPage"
resultType=
"com.alibaba.fastjson.JSONObject"
>
<select
id=
"queryForUnitPipelineEquipmentPage"
resultType=
"com.alibaba.fastjson.JSONObject"
>
<include
refid=
"page-list-pipeline"
/>
<include
refid=
"page-list-pipeline"
/>
WHERE ri."EQU_CATEGORY" = '8300' ui."DATA_SOURCE" = 'jg'
WHERE ri."EQU_CATEGORY" = '8300'
and
ui."DATA_SOURCE" = 'jg'
<if
test=
"jsonObject.useUnitCreditCode != null and jsonObject.useUnitCreditCode != ''"
>
<if
test=
"jsonObject.useUnitCreditCode != null and jsonObject.useUnitCreditCode != ''"
>
and ui."USE_UNIT_CREDIT_CODE" = #{jsonObject.useUnitCreditCode}
and ui."USE_UNIT_CREDIT_CODE" = #{jsonObject.useUnitCreditCode}
</if>
</if>
...
@@ -386,7 +386,7 @@
...
@@ -386,7 +386,7 @@
<select
id=
"queryForUnitPipelineEquipment"
resultType=
"java.util.Map"
>
<select
id=
"queryForUnitPipelineEquipment"
resultType=
"java.util.Map"
>
<include
refid=
"page-list-pipeline"
/>
<include
refid=
"page-list-pipeline"
/>
WHERE ri."EQU_CATEGORY" = '8300' ui."DATA_SOURCE" = 'jg'
WHERE ri."EQU_CATEGORY" = '8300'
and
ui."DATA_SOURCE" = 'jg'
and ui.record in
and ui.record in
<foreach
collection=
"records"
item=
"record"
open=
"("
close=
")"
separator=
","
>
<foreach
collection=
"records"
item=
"record"
open=
"("
close=
")"
separator=
","
>
#{record}
#{record}
...
@@ -426,7 +426,7 @@
...
@@ -426,7 +426,7 @@
</sql>
</sql>
<select
id=
"queryForUnitVesselEquipmentPage"
resultType=
"com.alibaba.fastjson.JSONObject"
>
<select
id=
"queryForUnitVesselEquipmentPage"
resultType=
"com.alibaba.fastjson.JSONObject"
>
<include
refid=
"page-list-vessel"
/>
<include
refid=
"page-list-vessel"
/>
WHERE ri."EQU_CATEGORY" = '2300' ui."DATA_SOURCE" = 'jg' and (ri.whether_vehicle_cylinder is null or ri.whether_vehicle_cylinder != 1)
WHERE ri."EQU_CATEGORY" = '2300'
and
ui."DATA_SOURCE" = 'jg' and (ri.whether_vehicle_cylinder is null or ri.whether_vehicle_cylinder != 1)
<if
test=
"jsonObject.useUnitCreditCode != null and jsonObject.useUnitCreditCode != ''"
>
<if
test=
"jsonObject.useUnitCreditCode != null and jsonObject.useUnitCreditCode != ''"
>
and ui."USE_UNIT_CREDIT_CODE" = #{jsonObject.useUnitCreditCode}
and ui."USE_UNIT_CREDIT_CODE" = #{jsonObject.useUnitCreditCode}
</if>
</if>
...
@@ -435,7 +435,7 @@
...
@@ -435,7 +435,7 @@
<select
id=
"queryForUnitVesselEquipment"
resultType=
"java.util.Map"
>
<select
id=
"queryForUnitVesselEquipment"
resultType=
"java.util.Map"
>
<include
refid=
"page-list-vessel"
/>
<include
refid=
"page-list-vessel"
/>
WHERE ri."EQU_CATEGORY" = '2300' ui."DATA_SOURCE" = 'jg' and (ri.whether_vehicle_cylinder is null or ri.whether_vehicle_cylinder != 1)
WHERE ri."EQU_CATEGORY" = '2300'
and
ui."DATA_SOURCE" = 'jg' and (ri.whether_vehicle_cylinder is null or ri.whether_vehicle_cylinder != 1)
and ui.record in
and ui.record in
<foreach
collection=
"records"
item=
"record"
open=
"("
close=
")"
separator=
","
>
<foreach
collection=
"records"
item=
"record"
open=
"("
close=
")"
separator=
","
>
#{record}
#{record}
...
...
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