修改
This commit is contained in:
@@ -273,6 +273,12 @@ public class DataService {
|
||||
|
||||
|
||||
|
||||
JSONObject config = JSONObject.parseObject(it.getConfig());
|
||||
String model = config.getString("model");
|
||||
if(!"normal".equals(model)){
|
||||
log.error("打印机类型错误");
|
||||
return;
|
||||
}
|
||||
List<HandoverInfo.PayInfo> list = null;
|
||||
List<HandoverInfo.MemberData> memberData = null;
|
||||
List<HandoverInfo.ProductCategory> productCategories = null;
|
||||
|
||||
Reference in New Issue
Block a user