feat:保留两位
This commit is contained in:
@@ -33,8 +33,9 @@ public class MiniInvoicingController {
|
||||
@GetMapping("/getInvoicingByShopId")
|
||||
@ApiImplicitParams({
|
||||
@ApiImplicitParam(name = "shopId", value = "门店shopId", required = true)
|
||||
|
||||
})
|
||||
public ResponseResult<InvoicingDTO> getInvoicingByShopId(@RequestParam("lineId")Long shopId) {
|
||||
public ResponseResult<InvoicingDTO> getInvoicingByShopId(@RequestParam("shopId")Long shopId) {
|
||||
return ResponseResult.success(invoicingService.getInvoicingByShopId(shopId));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user