|
|
@@ -85,10 +85,6 @@ public class KwpSettlementTradeController {
|
|
|
return this.export(response, list);
|
|
|
}
|
|
|
|
|
|
- @GetMapping(name = "收款-销售结算订单详情", path = "detailCollection")
|
|
|
- public HttpResult detailCollection(@RequestParam("id") Long id) {
|
|
|
- return HttpResult.ok(kwpSettlementTradeService.detailCollection(id));
|
|
|
- }
|
|
|
|
|
|
|
|
|
// ========= 付款 采购 =========
|