Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
task3.0
Overview
Overview
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
首航-临时账号
task3.0
Commits
95690c91
Commit
95690c91
authored
Oct 15, 2019
by
java-李谡
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改20分钟内梧桐花记录仍会预警bug
parent
fceef1eb
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
17 deletions
+3
-17
pom.xml
pom.xml
+1
-1
SoundMonitorService.java
src/main/java/com/foc/service/SoundMonitorService.java
+0
-0
SoundsMaxIdMapper.xml
src/main/resources/mapper/SoundsMaxIdMapper.xml
+1
-5
mybatis-config.xml
src/main/resources/mybatis-config.xml
+1
-11
No files found.
pom.xml
View file @
95690c91
...
...
@@ -6,7 +6,7 @@
<groupId>
com.foc
</groupId>
<artifactId>
task
</artifactId>
<version>
3.
0
-SNAPSHOT
</version>
<version>
3.
1
-SNAPSHOT
</version>
<properties>
<!-- log4j日志文件管理包版本 -->
...
...
src/main/java/com/foc/service/SoundMonitorService.java
View file @
95690c91
This diff is collapsed.
Click to expand it.
src/main/resources/mapper/SoundsMaxIdMapper.xml
View file @
95690c91
...
...
@@ -28,11 +28,7 @@
LEFT JOIN foc_sound_phones ap ON ac.id = ap.record_id
WHERE
ac.end_status = 'SUCCESS'
AND ac.start_time
<
= #{date}
AND (
ac.end_time
<
#{date}
OR ac.end_time IS NULL
)
AND ac.start_time
>
= #{date}
ORDER BY
beginTime DESC
LIMIT 20
...
...
src/main/resources/mybatis-config.xml
View file @
95690c91
...
...
@@ -47,22 +47,12 @@
<dataSource
type=
"POOLED"
>
<property
name=
"driver"
value=
"com.mysql.jdbc.Driver"
/>
<property
name=
"url"
value=
"jdbc:mysql://106.75.97.50:3306/jd_foc?serverTimezone=CTT&useUnicode=true&characterEncoding=utf-8"
/>
<!--<property name="url" value="jdbc:mysql://mysql_server:3306/foc?
useUnicode=true&characterEncoding=utf-8"/>-->
<!-- <property name="url" value="jdbc:mysql://mysql_server:3306/foc?serverTimezone=CTT&
useUnicode=true&characterEncoding=utf-8"/>-->
<property
name=
"username"
value=
"focuser"
/>
<property
name=
"password"
value=
"FOC@2016"
/>
</dataSource>
</environment>
<!--<environment id="prod">-->
<!--<transactionManager type="JDBC"/>-->
<!--<!– 配置数据库连接信息 –>-->
<!--<dataSource type="POOLED">-->
<!--<property name="driver" value="com.mysql.jdbc.Driver"/>-->
<!--<property name="url" value="jdbc:mysql://sms.db.com:3306/sms"/>-->
<!--<property name="username" value="sms_develop"/>-->
<!--<property name="password" value="Develop2018!@#"/>-->
<!--</dataSource>-->
<!--</environment>-->
</environments>
...
...
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