操作人 置空

This commit is contained in:
2026-04-03 11:48:09 +08:00
parent 70b291c3c8
commit 1d9916a7b3

View File

@@ -748,6 +748,8 @@ public abstract class PrinterHandler {
ShopStaff detail = shopStaffService.getOne(new QueryWrapper().eq(ShopStaff::getId, orderInfo.getStaffId()).eq(ShopStaff::getShopId, orderInfo.getShopId()));
if (detail != null) {
printInfoDTO.setOperator(detail.getName());
} else {
printInfoDTO.setOperator("");
}
} else {
printInfoDTO.setOperator("");