You've already forked FrameTour-BE
实现商品信息查询和商品价格查询逻辑
This commit is contained in:
@ -10,6 +10,8 @@ import io.swagger.annotations.ApiOperation;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
/**
|
||||
* @Author:longbinbin
|
||||
* @Date:2024/12/4 17:16
|
||||
@ -59,4 +61,5 @@ public class AppOrderController {
|
||||
|
||||
return orderService.getOrderCountByUserId(userId);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user