|
@@ -2374,7 +2374,7 @@ public class WxCorpInfoServiceImpl extends ServiceImpl<WxCorpInfoMapper, WxCorpI
|
|
.setTemplateId(respJson.getString("template_id"))
|
|
.setTemplateId(respJson.getString("template_id"))
|
|
.setType(templateType);
|
|
.setType(templateType);
|
|
wxCorpTemplateService.saveOrUpdate(wxCorpTemplate);
|
|
wxCorpTemplateService.saveOrUpdate(wxCorpTemplate);
|
|
- System.out.println(resp);
|
|
|
|
|
|
+ System.out.println("复制模板到企业-------------------->"+resp);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|