|
@@ -242,6 +242,9 @@ public class TBDingController {
|
|
|
for (Long serviceUnitId : serviceUnitIdList) {
|
|
|
DingSopInfo cell = new DingSopInfo();
|
|
|
TBService service = tbServiceService.getById(serviceUnitId);
|
|
|
+ if (isCoordinator && ProductTypeEnum.OFFICE.equals(service.getType())) {
|
|
|
+ continue;
|
|
|
+ }
|
|
|
if (Objects.isNull(service)) {
|
|
|
throw ExceptionResultEnum.ERROR.exception("未找到服务单元");
|
|
|
}
|