|
@@ -42,6 +42,9 @@ public class CorpInteractiveRadarServiceImpl extends ServiceImpl<CorpInteractive
|
|
|
if (type == 2) {
|
|
if (type == 2) {
|
|
|
radar.setLinkInfoStr(null);
|
|
radar.setLinkInfoStr(null);
|
|
|
}
|
|
}
|
|
|
|
|
+ if (radar.getWxCorpId() == null) {
|
|
|
|
|
+ radar.setWxCorpId(2);
|
|
|
|
|
+ }
|
|
|
this.saveOrUpdate(radar);
|
|
this.saveOrUpdate(radar);
|
|
|
String url = radar.getUrl();
|
|
String url = radar.getUrl();
|
|
|
if (!url.contains(RADAR_MARK)) {
|
|
if (!url.contains(RADAR_MARK)) {
|