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
7e1472df
Commit
7e1472df
authored
Aug 01, 2024
by
王果
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改:28594
parent
0f541570
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
14 additions
and
14 deletions
+14
-14
JgChangeRegistrationNameMapper.xml
.../main/resources/mapper/JgChangeRegistrationNameMapper.xml
+1
-1
JgChangeRegistrationReformMapper.xml
...ain/resources/mapper/JgChangeRegistrationReformMapper.xml
+2
-2
JgChangeRegistrationTransferMapper.xml
...n/resources/mapper/JgChangeRegistrationTransferMapper.xml
+1
-1
JgChangeVehicleRegistrationUnitMapper.xml
...esources/mapper/JgChangeVehicleRegistrationUnitMapper.xml
+1
-1
JgEnableDisableMapper.xml
...g-api/src/main/resources/mapper/JgEnableDisableMapper.xml
+1
-1
JgInstallationNoticeMapper.xml
.../src/main/resources/mapper/JgInstallationNoticeMapper.xml
+1
-1
JgMaintainNoticeMapper.xml
...-api/src/main/resources/mapper/JgMaintainNoticeMapper.xml
+1
-1
JgMaintenanceContractMapper.xml
...src/main/resources/mapper/JgMaintenanceContractMapper.xml
+1
-1
JgReformNoticeMapper.xml
...jg-api/src/main/resources/mapper/JgReformNoticeMapper.xml
+1
-1
JgScrapCancelMapper.xml
...-jg-api/src/main/resources/mapper/JgScrapCancelMapper.xml
+1
-1
JgTransferNoticeMapper.xml
...-api/src/main/resources/mapper/JgTransferNoticeMapper.xml
+1
-1
JgUseRegistrationMapper.xml
...api/src/main/resources/mapper/JgUseRegistrationMapper.xml
+1
-1
JgVehicleInformationMapper.xml
.../src/main/resources/mapper/JgVehicleInformationMapper.xml
+1
-1
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/JgChangeRegistrationNameMapper.xml
View file @
7e1472df
...
...
@@ -78,7 +78,7 @@
<if
test=
"sort != null"
>
ur.${sort.field} ${sort.sortType},
</if>
ur.
rec_date desc
ur.
create_date DESC, ur.apply_no DESC
</select>
<delete
id=
"deleteHistoryInfoById"
>
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/JgChangeRegistrationReformMapper.xml
View file @
7e1472df
...
...
@@ -100,9 +100,9 @@
</where>
order by
<if
test=
"sort != null"
>
isn
.${sort.field} ${sort.sortType},
ur
.${sort.field} ${sort.sortType},
</if>
ur.rec_date desc
ur.create_date DESC, ur.apply_no DESC
</select>
<select
id=
"getDetail"
resultType=
"java.util.Map"
>
SELECT jri.EQU_CODE as equCode,
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/JgChangeRegistrationTransferMapper.xml
View file @
7e1472df
...
...
@@ -108,7 +108,7 @@
<if
test=
"sort != null"
>
crt.${sort.field} ${sort.sortType},
</if>
recDate desc
crt.create_date DESC, crt.apply_no DESC
</select>
<select
id=
"queryForFlowingEquipList"
resultType=
"java.lang.String"
>
select change_data
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/JgChangeVehicleRegistrationUnitMapper.xml
View file @
7e1472df
...
...
@@ -93,7 +93,7 @@
</foreach>
</if>
</where>
order by cru.
rec_date desc
order by cru.
create_date DESC, cru.apply_no DESC
</select>
<select
id=
"queryForFlowingEquipList"
resultType=
"com.yeejoin.amos.boot.module.jg.api.dto.CompanyEquipCountDto"
>
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/JgEnableDisableMapper.xml
View file @
7e1472df
...
...
@@ -59,7 +59,7 @@
<if
test=
"sort != null"
>
jed.${sort.field} ${sort.sortType},
</if>
jed.
rec_date desc
jed.
create_date DESC, jed.apply_no DESC
</select>
<select
id=
"getDetail"
resultType=
"java.util.Map"
>
SELECT jed.sequence_nbr as sequenceNbr,
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/JgInstallationNoticeMapper.xml
View file @
7e1472df
...
...
@@ -84,7 +84,7 @@
<if
test=
"sort != null"
>
isn.${sort.field} ${sort.sortType},
</if>
isn.create_date
DESC
isn.create_date DESC, isn.apply_no
DESC
</select>
<select
id=
"queryEquipInformation"
resultType=
"java.util.Map"
>
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/JgMaintainNoticeMapper.xml
View file @
7e1472df
...
...
@@ -123,7 +123,7 @@
<if
test=
"sort != null"
>
isn.${sort.field} ${sort.sortType},
</if>
isn.apply_no DESC
isn.
create_date DESC, isn.
apply_no DESC
</select>
<select
id=
"queryEquipInformation"
resultType=
"java.util.Map"
>
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/JgMaintenanceContractMapper.xml
View file @
7e1472df
...
...
@@ -128,7 +128,7 @@
<if
test=
"sort != null"
>
tjmc.${sort.field} ${sort.sortType},
</if>
apply_no desc
tjmc.create_date DESC, tjmc.apply_no DESC
</select>
<select
id=
"queryBySequenceNbr"
resultType=
"com.yeejoin.amos.boot.module.jg.api.dto.JgMaintenanceContractDto"
>
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/JgReformNoticeMapper.xml
View file @
7e1472df
...
...
@@ -92,7 +92,7 @@
<if
test=
"sort != null"
>
isn.${sort.field} ${sort.sortType},
</if>
isn.apply_no DESC
isn.
create_date DESC, isn.
apply_no DESC
</select>
<select
id=
"queryEquipInformation"
resultType=
"java.util.Map"
>
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/JgScrapCancelMapper.xml
View file @
7e1472df
...
...
@@ -79,7 +79,7 @@
<if
test=
"sort != null"
>
tjsc.${sort.field} ${sort.sortType},
</if>
tjsc.
rec_date desc
tjsc.
create_date DESC, tjsc.apply_no DESC
</select>
<select
id=
"getDetail"
resultType=
"java.util.Map"
>
SELECT jri.EQU_CODE as equCode,
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/JgTransferNoticeMapper.xml
View file @
7e1472df
...
...
@@ -96,7 +96,7 @@
<if
test=
"sort != null"
>
tjtn.${sort.field} ${sort.sortType},
</if>
tjtn.apply_no DESC
tjtn.
create_date DESC, tjtn.
apply_no DESC
</select>
<select
id=
"queryEquipInformation"
resultType=
"java.util.Map"
>
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/JgUseRegistrationMapper.xml
View file @
7e1472df
...
...
@@ -121,7 +121,7 @@
<if
test=
"sort != null"
>
ur.${sort.field} ${sort.sortType},
</if>
ur.
reg_date desc, ur.rec_date desc
ur.
create_date DESC, ur.apply_no DESC
</select>
<select
id=
"getDetail"
resultType=
"java.util.Map"
>
SELECT
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/JgVehicleInformationMapper.xml
View file @
7e1472df
...
...
@@ -41,7 +41,7 @@
<if
test=
"sort != null"
>
${sort.field} ${sort.sortType},
</if>
apply_no desc
tjvi.create_date DESC, tjvi.apply_no DESC
</select>
<sql
id=
"page-list"
>
select tjvi.sequence_nbr as sequenceNbr,
...
...
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