店铺管理-店铺配置:打印机设置相关接口
This commit is contained in:
@@ -274,7 +274,7 @@ public class DataService {
|
|||||||
|
|
||||||
|
|
||||||
String model = it.getPrintMethod();
|
String model = it.getPrintMethod();
|
||||||
if(!"normal".equals(model)){
|
if(!"normal".equals(model) && !"all".equals(model)){
|
||||||
log.error("打印机类型错误");
|
log.error("打印机类型错误");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user