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