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
2e4979d0
Commit
2e4979d0
authored
Jun 19, 2024
by
litengwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
中心BUG修改
parent
dcb12c6f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
SignMapper.xml
...t-module-jcs-api/src/main/resources/mapper/SignMapper.xml
+1
-1
EquipmentSpecificSerivceImpl.java
...quipmanage/service/impl/EquipmentSpecificSerivceImpl.java
+1
-0
CheckMapper.java
.../yeejoin/amos/patrol/business/dao/mapper/CheckMapper.java
+1
-1
EquipmentSpecificIndexMapper.xml
...rc/main/resources/mapper/EquipmentSpecificIndexMapper.xml
+1
-1
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-jcs-api/src/main/resources/mapper/SignMapper.xml
View file @
2e4979d0
...
...
@@ -138,7 +138,7 @@
AND is_delete = 0 AND now() > rec_date
</select>
<select
id=
"querySignInfo"
resultType=
"java.
lang.Integer
"
>
<select
id=
"querySignInfo"
resultType=
"java.
util.Map
"
>
SELECT
count(DISTINCT user_id) num, biz_org_name bizOrgName, biz_org_code bizOrgCode
FROM
...
...
amos-boot-module/amos-boot-module-biz/amos-boot-module-equip-biz/src/main/java/com/yeejoin/equipmanage/service/impl/EquipmentSpecificSerivceImpl.java
View file @
2e4979d0
...
...
@@ -2017,6 +2017,7 @@ public class EquipmentSpecificSerivceImpl extends ServiceImpl<EquipmentSpecificM
@Scheduled
(
cron
=
"${equip.patrol.cron:0 0 23 * * ?}"
)
@Transactional
(
rollbackFor
=
Exception
.
class
)
public
void
patrolTaskStatic
()
throws
Exception
{
log
.
info
(
"开始每天巡检定时任务==========="
);
List
<
Map
<
String
,
Object
>>
mapPatrol
=
equipmentSpecificIndexMapper
.
patrolTaskStatic
();
List
<
Map
<
String
,
Object
>>
mapList
=
new
ArrayList
<>();
for
(
Map
<
String
,
Object
>
m
:
mapPatrol
...
...
amos-boot-module/amos-boot-module-biz/amos-boot-module-patrol-biz/src/main/java/com/yeejoin/amos/patrol/business/dao/mapper/CheckMapper.java
View file @
2e4979d0
...
...
@@ -401,7 +401,7 @@ public interface CheckMapper extends BaseMapper {
" date_format(\n"
+
" `a`.`check_time`,\n"
+
" '%Y-%m-%d %H:%i:%s'\n"
+
" ) AS `check
Dat
e`,\n"
+
" ) AS `check
Tim
e`,\n"
+
" (\n"
+
" CASE\n"
+
" WHEN `a`.`is_ok` = 1\n"
+
...
...
amos-boot-system-equip/src/main/resources/mapper/EquipmentSpecificIndexMapper.xml
View file @
2e4979d0
...
...
@@ -515,7 +515,7 @@
FROM
`p_plan_task` ppt
LEFT JOIN `p_plan` pp ON pp.id = ppt.plan_id
where ppt.check_date = DATE_FORMAT( now(), '%Y-%m-%d' ) and pp.biz_org_code is not null
where ppt.check_date = DATE_FORMAT( now(), '%Y-%m-%d' ) and pp.biz_org_code is not null
and ppt.plan_name is not null
GROUP BY biz_org_code
</select>
<select
id=
"getEquipIndexInIndex"
resultType=
"com.yeejoin.equipmanage.common.entity.EquipmentSpecificIndex"
>
...
...
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