|
|
@ -164,7 +164,7 @@ public class OrderInfoController { |
|
|
|
|
|
|
|
|
|
|
|
@PostMapping("/updateBillNumber") |
|
|
|
@PostMapping("/updateBillNumber") |
|
|
|
@ApiOperation(value = "发票列表", notes = "发票列表修改报账单号") |
|
|
|
@ApiOperation(value = "发票列表", notes = "发票列表修改报账单号") |
|
|
|
@SysLog(operation = "发票列表", operationDesc = "发票列表修改报账单号", key = "订单发票管理") |
|
|
|
@SysLog(operation = "发票列表", operationDesc = "补录报账单号", key = "订单发票管理") |
|
|
|
public R updateBillNumber(@RequestParam("bzdh") String bzdh, |
|
|
|
public R updateBillNumber(@RequestParam("bzdh") String bzdh, |
|
|
|
@RequestParam("orderInfoId") String orderInfoId, |
|
|
|
@RequestParam("orderInfoId") String orderInfoId, |
|
|
|
@RequestParam("fpqqlsh")String fpqqlsh, |
|
|
|
@RequestParam("fpqqlsh")String fpqqlsh, |
|
|
|