店铺小票打印记录需求

This commit is contained in:
谭凯凯 2024-10-10 09:36:32 +08:00 committed by Tankaikai
parent b3b0040a36
commit bd94b97017
1 changed files with 1 additions and 1 deletions

View File

@ -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())) {