|
|
|
@@ -1,5 +1,6 @@ |
|
|
|
package com.iformall.schedule; |
|
|
|
|
|
|
|
import com.iformall.common.IdWorker; |
|
|
|
import com.iformall.domain.dto.WxCUserBasicInfoDto; |
|
|
|
import com.iformall.domain.po.WxChartDataEntity; |
|
|
|
import com.iformall.domain.po.WxMall; |
|
|
|
@@ -221,7 +222,10 @@ public class ChartDataSchedule { |
|
|
|
|
|
|
|
private void addChartData(String tenantId, String result, Integer type, Date querytime, Date createtime) { |
|
|
|
logger.info("即将插入数据>>>>>>>>>>>>>>>>>>>>>>>"); |
|
|
|
final IdWorker idWorker = IdWorker.get(); |
|
|
|
long id = idWorker.nextId(); |
|
|
|
WxChartDataEntity wxChartDataEntity = new WxChartDataEntity(); |
|
|
|
wxChartDataEntity.setId(id); |
|
|
|
wxChartDataEntity.setTenantId(tenantId); |
|
|
|
wxChartDataEntity.setResult(result); |
|
|
|
wxChartDataEntity.setType(type); |
|
|
|
|