|
@@ -970,8 +970,8 @@ public class BatchController {
|
|
|
if (!Check.isNull(updateDeepConversionBid) && updateDeepConversionBid != 0) {
|
|
|
Map<String, Object> updateDeepMap = updateService.updateUnitDeepConversionBid(token.getAccessToken(), accountId, unitId, deepConversionBid, userId);
|
|
|
}
|
|
|
- iKuaishouInterfaceService.getGroup(token.getAccessToken(), accountId, unitId);
|
|
|
}
|
|
|
+ iKuaishouInterfaceService.getGroup(token.getAccessToken(), accountId, unitId);
|
|
|
if (!Check.isNull(updateMap)) {
|
|
|
Integer code = (Integer) updateMap.get("code");
|
|
|
if (code != 0) {
|