退菜数量

This commit is contained in:
2026-04-07 16:13:07 +08:00
parent 65bd5b7ed9
commit 2a9a9d0438
3 changed files with 4 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ public class OrderInfoRpcServiceImpl implements OrderInfoRpcService {
}
@Override
public int countReturnDish(Long shopId, String loginTime, String handoverTime) {
public BigDecimal countReturnDish(Long shopId, String loginTime, String handoverTime) {
return orderInfoMapper.countReturnDish(shopId, loginTime, handoverTime);
}