Commit 401cf1ca by 查志伟

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

parents f074ae31 4cd04eea
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,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>
......
...@@ -629,7 +629,7 @@ public class OrderServiceImpl implements Orderservice { ...@@ -629,7 +629,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