Commit d5f58f55 by 查志伟

Merge branch '20211012-云打印sdk升级-zhiwei.zha' into qa

parents 46150b1c 4cd04eea
...@@ -137,7 +137,7 @@ ...@@ -137,7 +137,7 @@
<dependency> <dependency>
<artifactId>assortment-data-manager</artifactId> <artifactId>assortment-data-manager</artifactId>
<groupId>com.freemud.sdk.api.assortment</groupId> <groupId>com.freemud.sdk.api.assortment</groupId>
<version>5.5.16.RESEALE</version> <version>5.5.27-RELEASE</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>cn.freemud.commons</groupId> <groupId>cn.freemud.commons</groupId>
......
...@@ -639,7 +639,7 @@ public class OrderServiceImpl implements Orderservice { ...@@ -639,7 +639,7 @@ public class OrderServiceImpl implements Orderservice {
} }
// 有云打印机 打印小票,杯贴 // 有云打印机 打印小票,杯贴
try { try {
List<AssortmentCloudPrinter> storePrinters = cloudPrinterManager.getStorePrinters(partnerId, storeId); List<AssortmentCloudPrinter> storePrinters = cloudPrinterManager.getStorePrintersNew(partnerId, storeId);
if (null != storePrinters && storePrinters.size() > 0) { if (null != storePrinters && storePrinters.size() > 0) {
boolean printerStatus = false; boolean printerStatus = false;
for (AssortmentCloudPrinter cloudPrinter : storePrinters) { for (AssortmentCloudPrinter cloudPrinter : storePrinters) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment