|
|
@@ -1081,7 +1081,7 @@ public class PurchaseApCheckServiceImpl implements PurchaseApCheckService {
|
|
|
.collect(Collectors.toSet()));
|
|
|
});
|
|
|
if (!CollectionUtil.isEmpty(alters)) {
|
|
|
- throw new IllegalOperatorException("订单" + new ModelMap("alters", alters) + "存在未对账的单据,请先进行对账!");
|
|
|
+ throw new IllegalOperatorException("订单" + alters + "存在未对账的单据,请先进行对账!");
|
|
|
}
|
|
|
}
|
|
|
}
|