Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
Aidea
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
sa_aidea
Aidea
Commits
a4ee762a
Commit
a4ee762a
authored
Nov 24, 2020
by
谢希宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Aidea product update by Strive Date 2020-11-23
parent
860d3141
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
679 additions
and
0 deletions
+679
-0
orderlistout.html
...web/src/main/webapp/WEB-INF/views/order/orderlistout.html
+660
-0
WechatUserInfoUpdateJob.java
...java/com/cftech/base/org/job/WechatUserInfoUpdateJob.java
+19
-0
No files found.
aidea-modules/order-module-web/src/main/webapp/WEB-INF/views/order/orderlistout.html
0 → 100644
View file @
a4ee762a
This diff is collapsed.
Click to expand it.
qy-modules/qy-orgunit-module/src/main/java/com/cftech/base/org/job/WechatUserInfoUpdateJob.java
0 → 100644
View file @
a4ee762a
package
com
.
cftech
.
base
.
org
.
job
;
import
lombok.extern.slf4j.Slf4j
;
import
org.quartz.Job
;
import
org.quartz.JobExecutionContext
;
import
org.quartz.JobExecutionException
;
/**
* Created by 16444 on 2020/11/3.
* 同步微信人员信息,人员名片定时任务
*/
@Slf4j
public
class
WechatUserInfoUpdateJob
implements
Job
{
@Override
public
void
execute
(
JobExecutionContext
context
)
throws
JobExecutionException
{
}
}
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