交班问题

This commit is contained in:
2026-04-16 18:14:58 +08:00
parent 5e40f91bea
commit b854c9bc0f
3 changed files with 6 additions and 4 deletions

View File

@@ -99,6 +99,7 @@ public class HandoverRecordServiceImpl extends ServiceImpl<HandoverRecordMapper,
if (handoverRecord != null) {
data.setTurnover(NumberUtil.add(data.getTurnover(), handoverRecord.getRecharge()));
data.setRefundAmount(NumberUtil.add(data.getRefundAmount(), handoverRecord.getRefundAmount()));
data.setRecharge(handoverRecord.getRecharge());
}
data.setReturnDishCount(orderInfoRpcService.countReturnDish(shopId, loginTimeStr, handoverTimeStr));
return data;