店铺管理-店铺配置:打印机设置相关接口

This commit is contained in:
谭凯凯
2024-10-21 18:05:35 +08:00
committed by Tankaikai
parent 8ce38563d4
commit 3998c31eed

View File

@@ -274,7 +274,7 @@ public class DataService {
String model = it.getPrintMethod();
if(!"normal".equals(model)){
if(!"normal".equals(model) && !"all".equals(model)){
log.error("打印机类型错误");
return;
}