店铺小票打印记录需求
This commit is contained in:
parent
b3b0040a36
commit
bd94b97017
|
|
@ -93,7 +93,7 @@ public class ShopPrintLogServiceImpl extends ServiceImpl<TbPrintMachineLogMapper
|
|||
BeanUtil.copyProperties(config, entity);
|
||||
int failFlag = 0;
|
||||
String respCode = "0";
|
||||
String respMsg = "打印成功";
|
||||
String respMsg = "打印中";
|
||||
Map<Integer, String> yxxStatusMap = MapUtil.builder(0, "离线(设备上线后自动补打)").put(1, "在线").put(2, "获取失败").put(3, "未激活").put(4, "设备已禁用").build();
|
||||
// 云想印
|
||||
if ("yxyPrinter".equals(config.getContentType())) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue