feat:发票回传
This commit is contained in:
@@ -50,7 +50,7 @@ public class InvoicingController {
|
||||
@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