Merge remote-tracking branch 'origin/hph' into test
This commit is contained in:
commit
92d0fb23c8
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue