Merge remote-tracking branch 'origin/hph' into test

This commit is contained in:
牛叉闪闪 2024-09-05 10:00:20 +08:00
commit 92d0fb23c8
1 changed files with 6 additions and 0 deletions

View File

@ -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;