Commit 4f958fc0 by 徐高华

test

parent bd853a6d
......@@ -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