|
|
@ -24,8 +24,7 @@ public class CustomerImpressionTask {
|
|
|
|
@Resource
|
|
|
|
@Resource
|
|
|
|
private CustomerImpressionService customerImpressionService;
|
|
|
|
private CustomerImpressionService customerImpressionService;
|
|
|
|
|
|
|
|
|
|
|
|
// @Scheduled(cron = "0 0 9 * * ?")
|
|
|
|
@Scheduled(cron = "0 0 3 * * ?")
|
|
|
|
// TODO: 10/01/2018 kira 启动执行
|
|
|
|
|
|
|
|
public void generate() {
|
|
|
|
public void generate() {
|
|
|
|
List<JSONObject> clients = clientMapper.listValidClient();
|
|
|
|
List<JSONObject> clients = clientMapper.listValidClient();
|
|
|
|
clients.forEach(p -> {
|
|
|
|
clients.forEach(p -> {
|
|
|
|