退菜数量
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user