Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
manager
Project
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
reyun
manager
Commits
86d67ecd
Commit
86d67ecd
authored
7 years ago
by
manxiaoqiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sendemail
parent
97e47b04
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
workspace.xml
.idea/workspace.xml
+0
-0
ReportCallable.java
src/main/java/common/task/ReportCallable.java
+1
-1
SyncAppDataTask.java
src/main/java/common/task/SyncAppDataTask.java
+1
-1
applicationContext-schedule.xml
src/main/resources/spring/applicationContext-schedule.xml
+1
-1
No files found.
.idea/workspace.xml
View file @
86d67ecd
This diff is collapsed.
Click to expand it.
src/main/java/common/task/ReportCallable.java
View file @
86d67ecd
...
...
@@ -135,7 +135,7 @@ public class ReportCallable
StringBuffer
searchsb
=
new
StringBuffer
();
searchsb
.
append
(
" name like "
).
append
(
"'"
).
append
(
"%"
+
searchString
+
"%"
).
append
(
"'"
);
searchsb
.
append
(
" or company like "
).
append
(
"'"
).
append
(
"%"
+
searchString
+
"%"
).
append
(
"'"
);
searchsb
.
append
(
" or pkg
N
ame like "
).
append
(
"'"
).
append
(
"%"
+
searchString
+
"%"
).
append
(
"'"
);
searchsb
.
append
(
" or pkg
_n
ame like "
).
append
(
"'"
).
append
(
"%"
+
searchString
+
"%"
).
append
(
"'"
);
app_sb
.
append
(
" and ("
).
append
(
searchsb
).
append
(
")"
);
}
...
...
This diff is collapsed.
Click to expand it.
src/main/java/common/task/SyncAppDataTask.java
View file @
86d67ecd
...
...
@@ -151,7 +151,7 @@ public class SyncAppDataTask
public
void
syncAppDeviceNum
()
{
String
ds
=
DateUtil
.
getBeforeDays
(
1
);
ds
=
"2017-12-22"
;
//
ds = "2017-12-22";
String
skey
=
"export/pkg_dev_stats/ds="
+
ds
+
"/"
;
final
AwsS3Util
s3Util
=
AwsS3Util
.
getInstance
();
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/spring/applicationContext-schedule.xml
View file @
86d67ecd
...
...
@@ -22,7 +22,7 @@
<bean
id=
"emailTask"
class=
"tkio.task.SendEmailTask"
></bean>
<task:scheduled-tasks>
<task:scheduled
ref=
"emailTask"
method=
"task"
cron=
"0
7 19
* * ?"
/>
<task:scheduled
ref=
"emailTask"
method=
"task"
cron=
"0
27 16
* * ?"
/>
</task:scheduled-tasks>
<bean
id=
"trackAccountTask"
class=
"track.task.AccountTask"
></bean>
...
...
This diff is collapsed.
Click to expand it.
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