Commit 2778da7e by 徐高华

朋友圈

parent 0a5c312a
......@@ -491,6 +491,10 @@ public class QwMomentPlanServiceImpl implements QwMomentPlanService {
@Override
public void getQwData(TabQwMomentPlanAttend task , int type) {
logger.info("获取企微的统计");
if(StringUtils.isBlank(task.getMomentId())) {
return;
}
MomentResultDTO dto = this.getQwData(task.getStaffId(),task.getMomentId(),task.getWxEnterpriseId()) ;
if(null != dto) {
this.qwMomentPlanDataService.save(task, dto);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment