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
edab80fa
Commit
edab80fa
authored
Aug 15, 2025
by
tianyiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: bug修改
parent
13cb0e4e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
JgChangeVehicleRegistrationUnitMapper.xml
...esources/mapper/JgChangeVehicleRegistrationUnitMapper.xml
+1
-1
JgScrapCancelMapper.xml
...-jg-api/src/main/resources/mapper/JgScrapCancelMapper.xml
+2
-2
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/JgChangeVehicleRegistrationUnitMapper.xml
View file @
edab80fa
...
@@ -112,7 +112,7 @@
...
@@ -112,7 +112,7 @@
AND cru.instance_id
<![CDATA[<>]]>
''
AND cru.instance_id
<![CDATA[<>]]>
''
</if>
</if>
<if
test=
"type == 'enterprise'"
>
<if
test=
"type == 'enterprise'"
>
AND (cru.new_use_unit_credit_code = #{
dto.newUseUnitCredit
Code} or cru.transfer_to_user_ids LIKE concat ( '%', #{currentUserId}, '%' ))
AND (cru.new_use_unit_credit_code = #{
company
Code} or cru.transfer_to_user_ids LIKE concat ( '%', #{currentUserId}, '%' ))
</if>
</if>
<if
test=
"roleIds != null and type == 'supervision'"
>
<if
test=
"roleIds != null and type == 'supervision'"
>
<foreach
collection=
'roleIds'
item=
'role'
open=
'and ('
close=
')'
separator=
'or'
>
<foreach
collection=
'roleIds'
item=
'role'
open=
'and ('
close=
')'
separator=
'or'
>
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-api/src/main/resources/mapper/JgScrapCancelMapper.xml
View file @
edab80fa
...
@@ -84,11 +84,11 @@
...
@@ -84,11 +84,11 @@
</foreach>
</foreach>
</if>
</if>
<if
test=
"dto.type == 'supervision'"
>
<if
test=
"dto.type == 'supervision'"
>
and ( tjsc.receive_org_code = #{
org
Code} or tjsc.transfer_to_user_ids like concat('%',#{currentUserId},'%'))
and ( tjsc.receive_org_code = #{
company
Code} or tjsc.transfer_to_user_ids like concat('%',#{currentUserId},'%'))
AND tjsc.instance_id
<![CDATA[<>]]>
''
AND tjsc.instance_id
<![CDATA[<>]]>
''
</if>
</if>
<if
test=
"dto.type == 'company' "
>
<if
test=
"dto.type == 'company' "
>
and (tjsc.use_unit_code = #{
org
Code} or tjsc.transfer_to_user_ids like concat('%',#{currentUserId},'%'))
and (tjsc.use_unit_code = #{
company
Code} or tjsc.transfer_to_user_ids like concat('%',#{currentUserId},'%'))
</if>
</if>
<if
test=
"orgCode != null and orgCode != ''"
>
<if
test=
"orgCode != null and orgCode != ''"
>
AND tjsc.instance_id
<![CDATA[<>]]>
''
AND tjsc.instance_id
<![CDATA[<>]]>
''
...
...
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