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

This commit is contained in:
2024-10-10 09:43:37 +08:00

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