|
@@ -153,7 +153,7 @@ public class FeiShuSheetServiceImpl implements IFeiShuSheetService {
|
|
|
sb.append(",").append(recordSheetDto.getSiteId());
|
|
|
account.setSiteIds(sb.toString());
|
|
|
|
|
|
-// okkiAccountService.bindSites(account);
|
|
|
+ okkiAccountService.bindSites(account);
|
|
|
log.info("结束:第{}个 omsId:{} 的用户,绑定新站点", i + 1, omsId);
|
|
|
log.info("```````````````````");
|
|
|
}
|