Commit 1739d807 by 徐高华

Merge branch 'xgh_内容中台' into 'developer'

test

See merge request !438
parents ea8594bf 4f958fc0
......@@ -198,6 +198,7 @@ public class QywxSendServiceImpl implements QywxSendService {
if (CollectionUtils.isNotEmpty(materialIdList)) {
materialIdList.forEach(materialId -> {
MaterialDTO material = materialService.getHasChangeMadieMaterialById(materialId, from);
log.info("JSON={}",JSON.toJSONString(material));
if (material == null) {
return;
}
......
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