seyason il y a 2 ans
Parent
commit
4bef5cc15d

+ 2 - 0
fhKeeper/formulahousekeeper/management-platform/src/main/java/com/management/platform/service/impl/WxCorpInfoServiceImpl.java

@@ -1516,6 +1516,8 @@ public class WxCorpInfoServiceImpl extends ServiceImpl<WxCorpInfoMapper, WxCorpI
                     }
                 }
             } else {
+                //TODO: 记录同步失败
+
                 throw new Exception(json.toJSONString());
             }
         }