Customer impression task

master
wangning 7 years ago
parent e5c48fad29
commit c4e0b4052f

@ -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 -> {

Loading…
Cancel
Save