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
3adc91c4
Commit
3adc91c4
authored
Aug 31, 2023
by
zhangsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改
parent
d2fe22d5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
PersonQrCodeController.java
...t/module/jxiop/biz/controller/PersonQrCodeController.java
+1
-1
SjglZsjZsbtzMapper.xml
.../src/main/resources/mapper/cluster/SjglZsjZsbtzMapper.xml
+4
-4
No files found.
amos-boot-system-jxiop/amos-boot-module-jxiop-bigscreen-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/PersonQrCodeController.java
View file @
3adc91c4
...
@@ -72,7 +72,7 @@ public class PersonQrCodeController extends BaseController {
...
@@ -72,7 +72,7 @@ public class PersonQrCodeController extends BaseController {
HashMap
<
String
,
Object
>
map
=
new
HashMap
<>();
HashMap
<
String
,
Object
>
map
=
new
HashMap
<>();
map
.
put
(
"qrCodeColor"
,
item
.
getCode
());
map
.
put
(
"qrCodeColor"
,
item
.
getCode
());
map
.
put
(
"name"
,
item
.
getName
());
map
.
put
(
"name"
,
item
.
getName
());
map
.
put
(
"value"
,
collect
.
getOrDefault
(
item
.
getCode
(),
0
));
map
.
put
(
"value"
,
Integer
.
parseInt
(
collect
.
getOrDefault
(
item
.
getCode
(),
0
).
toString
()
));
maps
.
add
(
map
);
maps
.
add
(
map
);
});
});
return
ResponseHelper
.
buildResponse
(
maps
);
return
ResponseHelper
.
buildResponse
(
maps
);
...
...
amos-boot-system-jxiop/amos-boot-module-jxiop-bigscreen-biz/src/main/resources/mapper/cluster/SjglZsjZsbtzMapper.xml
View file @
3adc91c4
...
@@ -108,7 +108,7 @@
...
@@ -108,7 +108,7 @@
LEFT JOIN privilege_company b ON a.WERKS = b.COMPANY_CODE
LEFT JOIN privilege_company b ON a.WERKS = b.COMPANY_CODE
<where>
<where>
<if
test=
"parentCode != null and parentCode != ''"
>
<if
test=
"parentCode != null and parentCode != ''"
>
AND b.
COMPANY
_CODE like concat(#{parentCode},'%')
AND b.
ORG
_CODE like concat(#{parentCode},'%')
</if>
</if>
<if
test=
"date != null and date != ''"
>
<if
test=
"date != null and date != ''"
>
AND a.UPDATE_TIME like concat(#{date},'%')
AND a.UPDATE_TIME like concat(#{date},'%')
...
@@ -129,7 +129,7 @@
...
@@ -129,7 +129,7 @@
LEFT JOIN privilege_company b ON a.WERKS = b.COMPANY_CODE
LEFT JOIN privilege_company b ON a.WERKS = b.COMPANY_CODE
<where>
<where>
<if
test=
"parentCode != null and parentCode != ''"
>
<if
test=
"parentCode != null and parentCode != ''"
>
AND b.
COMPANY
_CODE like concat(#{parentCode},'%')
AND b.
ORG
_CODE like concat(#{parentCode},'%')
</if>
</if>
<if
test=
"date != null and date != ''"
>
<if
test=
"date != null and date != ''"
>
AND a.UPDATE_TIME like concat(#{date},'%')
AND a.UPDATE_TIME like concat(#{date},'%')
...
@@ -151,7 +151,7 @@
...
@@ -151,7 +151,7 @@
LEFT JOIN privilege_company b ON a.WERKS = b.COMPANY_CODE
LEFT JOIN privilege_company b ON a.WERKS = b.COMPANY_CODE
<where>
<where>
<if
test=
"parentCode != null and parentCode != ''"
>
<if
test=
"parentCode != null and parentCode != ''"
>
AND b.
COMPANY
_CODE like concat(#{parentCode},'%')
AND b.
ORG
_CODE like concat(#{parentCode},'%')
</if>
</if>
<if
test=
"date != null and date != ''"
>
<if
test=
"date != null and date != ''"
>
AND a.CREATE_TIME like concat(#{date},'%')
AND a.CREATE_TIME like concat(#{date},'%')
...
@@ -172,7 +172,7 @@
...
@@ -172,7 +172,7 @@
LEFT JOIN privilege_company b ON a.WERKS = b.COMPANY_CODE
LEFT JOIN privilege_company b ON a.WERKS = b.COMPANY_CODE
<where>
<where>
<if
test=
"parentCode != null and parentCode != ''"
>
<if
test=
"parentCode != null and parentCode != ''"
>
AND b.
COMPANY
_CODE like concat(#{parentCode},'%')
AND b.
ORG
_CODE like concat(#{parentCode},'%')
</if>
</if>
<if
test=
"date != null and date != ''"
>
<if
test=
"date != null and date != ''"
>
AND a.CREATE_TIME like concat(#{date},'%')
AND a.CREATE_TIME like concat(#{date},'%')
...
...
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